[Tests] Only pin libtorrent for tests

Bump versions for Windows packaging
This commit is contained in:
Calum Lind 2023-05-29 14:03:12 +01:00
parent 89b79e4b7f
commit 905a7dc3bc
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
3 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
matrix:
arch: [x64, x86]
python: ["3.9"]
libtorrent: [2.0.6, 1.2.15]
libtorrent: [2.0.7, 1.2.19]
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

View File

@ -1,3 +1,4 @@
libtorrent==2.0.7
pytest
pytest-twisted
pytest-cov

View File

@ -1,4 +1,4 @@
libtorrent==2.0.7
libtorrent
twisted[tls]>=17.1
rencode
pyopenssl