Skip to content

Commit

Permalink
Switch back to avoiding cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Jun 10, 2024
1 parent 9a2fee4 commit b1c304c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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', '3.13']
python: ['pypy-3.9', 'pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
check_formatting: ['0']
no_test_requirements: ['0']
extra_name: ['']
Expand All @@ -99,6 +99,10 @@ 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

0 comments on commit b1c304c

Please sign in to comment.