We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c3918 commit 283f122Copy full SHA for 283f122
1 file changed
.github/workflows/ci.yml
@@ -40,8 +40,9 @@ jobs:
40
"3.12",
41
"3.13",
42
"3.13t",
43
- "pypy-3.9",
44
- "pypy-3.10",
+ "3.14-dev",
+ "3.14t-dev",
45
+ "pypy-3.11",
46
]
47
platform:
48
[
@@ -92,14 +93,7 @@ jobs:
92
93
python-architecture: "x64",
94
rust-target: "x86_64-unknown-linux-gnu",
95
}
- - python-version: pypy-3.9
96
- platform:
97
- {
98
- os: "windows-latest",
99
- python-architecture: "x86",
100
- rust-target: "i686-pc-windows-msvc",
101
- }
102
- - python-version: pypy-3.10
+ - python-version: pypy-3.11
103
104
{
105
os: "windows-latest",
0 commit comments