Skip to content

Commit

Permalink
Merge pull request #6782 from hugovk/add-pypy-3.9
Browse files Browse the repository at this point in the history
Add support for PyPy3.9, drop PyPy3.7
  • Loading branch information
radarhere committed Dec 6, 2022
2 parents 1e28c8c + 674ec6e commit 2ea9497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Expand Up @@ -19,9 +19,9 @@ jobs:
architecture: ["x86", "x64"]
include:
# PyPy 7.3.4+ only ships 64-bit binaries for Windows
- python-version: "pypy-3.7"
- python-version: "pypy3.8"
architecture: "x64"
- python-version: "pypy-3.8"
- python-version: "pypy3.9"
architecture: "x64"

timeout-minutes: 30
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -20,8 +20,8 @@ jobs:
"ubuntu-latest",
]
python-version: [
"pypy-3.8",
"pypy-3.7",
"pypy3.9",
"pypy3.8",
"3.11",
"3.10",
"3.9",
Expand Down

0 comments on commit 2ea9497

Please sign in to comment.