Skip to content

Commit

Permalink
Disable optional deps on Python 3.13 while irctest's ecdsa tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed May 5, 2024
1 parent 3aee1a1 commit e912581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
include:
- python-version: "3.13.0-alpha.6"
with-opt-deps: true
with-opt-deps: false # https://github.com/pyca/cryptography/issues/10806
runs-on: ubuntu-22.04

- python-version: "3.12.0"
Expand Down

0 comments on commit e912581

Please sign in to comment.