We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc395b0 commit 3b3e9efCopy full SHA for 3b3e9ef
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [macos-latest, ubuntu-latest, windows-latest]
24
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.8", "pypy-3.9"]
25
exclude:
26
- os: windows-latest
27
python-version: "pypy-3.8" #no cryptography available there
0 commit comments