Skip to content

Commit 8ec3143

Browse files
authored
Drop support for PyPy3.10 (#9112)
2 parents 98d38a3 + 53b6d57 commit 8ec3143

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python-version: ["pypy3.11", "pypy3.10", "3.10", "3.11", "3.12", ">=3.13.5", "3.14"]
38+
python-version: ["pypy3.11", "3.10", "3.11", "3.12", ">=3.13.5", "3.14"]
3939
architecture: ["x64"]
4040
include:
4141
# Test the oldest Python on 32-bit

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
]
4343
python-version: [
4444
"pypy3.11",
45-
"pypy3.10",
4645
"3.14t",
4746
"3.14",
4847
"3.13t",

0 commit comments

Comments
 (0)