Skip to content

Commit

Permalink
Add support for PyPy3.9, drop PyPy3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 6, 2022
1 parent 1e28c8c commit 674ec6e
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 674ec6e

Please sign in to comment.