Skip to content

Commit 3b3e9ef

Browse files
committed
Adding Python 3.13 to test matrix
1 parent cc395b0 commit 3b3e9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
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"]
24+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.8", "pypy-3.9"]
2525
exclude:
2626
- os: windows-latest
2727
python-version: "pypy-3.8" #no cryptography available there

0 commit comments

Comments
 (0)