We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a11f3 commit 16d7eddCopy full SHA for 16d7edd
1 file changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
os: [ubuntu-latest, windows-latest]
21
- python-version: [ "3.12" ]
+ python-version: [ "3.12", "3.13" ]
22
runs-on: ${{ matrix.os }}
23
24
steps:
0 commit comments