Skip to content

Commit 283f122

Browse files
authored
ci: test 3.14 (#508)
1 parent c3c3918 commit 283f122

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
"3.12",
4141
"3.13",
4242
"3.13t",
43-
"pypy-3.9",
44-
"pypy-3.10",
43+
"3.14-dev",
44+
"3.14t-dev",
45+
"pypy-3.11",
4546
]
4647
platform:
4748
[
@@ -92,14 +93,7 @@ jobs:
9293
python-architecture: "x64",
9394
rust-target: "x86_64-unknown-linux-gnu",
9495
}
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
96+
- python-version: pypy-3.11
10397
platform:
10498
{
10599
os: "windows-latest",

0 commit comments

Comments
 (0)