Skip to content

Commit 99a6765

Browse files
authored
Merge pull request #7216 from radarhere/pypy
Added PyPy 3.10 and removed PyPy 3.8
2 parents 594fbf7 + 43b6939 commit 99a6765

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
architecture: ["x86", "x64"]
2929
include:
3030
# PyPy 7.3.4+ only ships 64-bit binaries for Windows
31-
- python-version: "pypy3.8"
32-
architecture: "x64"
3331
- python-version: "pypy3.9"
3432
architecture: "x64"
33+
- python-version: "pypy3.10"
34+
architecture: "x64"
3535

3636
timeout-minutes: 30
3737

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
"ubuntu-latest",
3030
]
3131
python-version: [
32+
"pypy3.10",
3233
"pypy3.9",
33-
"pypy3.8",
3434
"3.12-dev",
3535
"3.11",
3636
"3.10",

0 commit comments

Comments
 (0)