We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dce27d commit 3f3bfe6Copy full SHA for 3f3bfe6
1 file changed
.github/workflows/checks.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
+ python: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
14
os: [ ubuntu-latest, macos-latest, windows-latest ]
15
runs-on: ${{ matrix.os }}
16
steps:
0 commit comments