Merge pull request #7216 from radarhere/pypy

Added PyPy 3.10 and removed PyPy 3.8
This commit is contained in:
Hugo van Kemenade 2023-06-17 09:59:07 +03:00 committed by GitHub
commit 99a6765e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -29,8 +29,8 @@ jobs:
"ubuntu-latest",
]
python-version: [
"pypy3.10",
"pypy3.9",
"pypy3.8",
"3.12-dev",
"3.11",
"3.10",