Skip to content

Commit

Permalink
Fix Python 3.10 tests by pinning to 3.10-alpha7 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Apr 20, 2021
1 parent 287052a commit 51b3bb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
os: ubuntu-latest
experimental: false
nox-session: test_brotlipy
- python-version: 3.10-dev
- python-version: 3.10.0-alpha.7
os: ubuntu-latest
experimental: false
nox-session: test-3.10
Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
@@ -1,11 +1,11 @@
coverage==5.3.1
coverage==5.5
tornado==6.1
PySocks==1.7.1
pytest==6.1.2
pytest==6.2.3
pytest-timeout==1.4.2
pytest-freezegun==0.4.2
flaky==3.7.0
trustme==0.6.0
cryptography==3.3.2
trustme==0.7.0
cryptography==3.4.7
python-dateutil==2.8.1
typing-extensions==3.7.4.3

0 comments on commit 51b3bb5

Please sign in to comment.