Skip to content

Commit

Permalink
Try cryptography one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Jun 12, 2024
1 parent b1c304c commit f774b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['pypy-3.9', 'pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
python: ['pypy-3.9', 'pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
check_formatting: ['0']
no_test_requirements: ['0']
extra_name: ['']
Expand All @@ -99,10 +99,6 @@ jobs:
- python: '3.8'
no_test_requirements: '1'
extra_name: ', no test-requirements'
# avoid `cryptography`
- python: '3.13'
no_test_requirements: '1'
extra_name: ', temporarily no test-requirements'
continue-on-error: >-
${{
(
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build==1.2.1
# via pip-tools
certifi==2024.2.2
# via requests
cffi==1.16.0
cffi==1.17.0rc1
# via cryptography
charset-normalizer==3.3.2
# via requests
Expand Down

0 comments on commit f774b19

Please sign in to comment.