Skip to content

Commit

Permalink
Merge pull request #7216 from radarhere/pypy
Browse files Browse the repository at this point in the history
Added PyPy 3.10 and removed PyPy 3.8
  • Loading branch information
hugovk committed Jun 17, 2023
2 parents 594fbf7 + 43b6939 commit 99a6765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Expand Up @@ -28,10 +28,10 @@ jobs:
architecture: ["x86", "x64"]
include:
# PyPy 7.3.4+ only ships 64-bit binaries for Windows
- python-version: "pypy3.8"
architecture: "x64"
- python-version: "pypy3.9"
architecture: "x64"
- python-version: "pypy3.10"
architecture: "x64"

timeout-minutes: 30

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -29,8 +29,8 @@ jobs:
"ubuntu-latest",
]
python-version: [
"pypy3.10",
"pypy3.9",
"pypy3.8",
"3.12-dev",
"3.11",
"3.10",
Expand Down

0 comments on commit 99a6765

Please sign in to comment.