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 547549c commit 3158680Copy full SHA for 3158680
.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", "3.14.0-beta.1", "pypy-3.9", "pypy-3.10"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "pypy-3.9", "pypy-3.10"]
51
platform:
52
[
53
{
0 commit comments