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 9ecdd0b commit 43d9bb6Copy full SHA for 43d9bb6
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
fail-fast: false # If one platform fails, allow the rest to keep testing.
48
matrix:
49
rust: [stable]
50
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "pypy-3.9", "pypy-3.10"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t", "pypy-3.9", "pypy-3.10"]
51
platform:
52
[
53
{
0 commit comments