Add support for PyPy3.9, drop PyPy3.7

This commit is contained in:
Hugo van Kemenade 2022-12-06 20:55:34 +02:00
parent 1e28c8cffd
commit 674ec6ec4d
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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",