We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0992eaa commit bc022a0Copy full SHA for bc022a0
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
+ python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
30
runs-on: [ubuntu-latest, macos-latest, windows-latest]
31
exclude:
32
- runs-on: macos-latest
0 commit comments