We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3fdd9 commit 872d1abCopy full SHA for 872d1ab
1 file changed
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [ ubuntu-latest, macos-13, macos-latest, windows-latest ]
11
- python-version: [ "3.9", "3.12" ]
+ python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
12
13
runs-on: ${{ matrix.os }}
14
0 commit comments