Skip to content

Commit 216690f

Browse files
committed
Add PyPy3.11 to CI
1 parent 8a3c4f5 commit 216690f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.10", "3.10", "3.11", "3.12", "3.13", "3.14"]
38+
python-version: ["pypy3.11", "pypy3.10", "3.10", "3.11", "3.12", "3.13", "3.14"]
3939
architecture: ["x64"]
4040
os: ["windows-latest"]
4141
include:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
"ubuntu-latest",
4242
]
4343
python-version: [
44+
"pypy3.11",
4445
"pypy3.10",
4546
"3.14",
4647
"3.13t",

0 commit comments

Comments
 (0)