Skip to content

Commit

Permalink
revert dropping pypy3.10, bump cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Jul 3, 2023
1 parent 04f1792 commit b3366e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['pypy-3.9', '3.8', '3.9', '3.10', '3.11', '3.12-dev', 'pypy-3.9-nightly']
python: ['pypy-3.9', 'pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12-dev', 'pypy-3.9-nightly', 'pypy-3.10-nightly']
check_formatting: ['0']
extra_name: ['']
include:
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pyOpenSSL >= 22.0.0 # for the ssl + DTLS tests
trustme # for the ssl + DTLS tests
pylint # for pylint finding all symbols tests
jedi # for jedi code completion tests
cryptography>=36.0.0 # 35.0.0 is transitive but fails
cryptography>=40.0.0 # 35.0.0 is transitive but fails

# Tools
black; implementation_name == "cpython"
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ click==8.1.3
# pip-tools
coverage==7.2.7
# via -r test-requirements.in
cryptography==39.0.2
cryptography==41.0.1
# via
# -r test-requirements.in
# pyopenssl
Expand Down

0 comments on commit b3366e1

Please sign in to comment.