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 b111371 commit 97db5efCopy full SHA for 97db5ef
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- python-version: ['3.11', '3.14'] # the one we have in the Codespace + the latest major one.
+ python-version: ['3.11', '3.13'] # the one we have in the Codespace + the latest supported one by PyO3.
19
fail-fast: false # Continue testing other version(s) if one fails
20
21
steps:
0 commit comments