Test PyPy3.8

This commit is contained in:
Hugo van Kemenade 2021-10-18 10:16:29 +03:00
parent 67b4cb52d1
commit 86f32f6074
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,8 @@ jobs:
# PyPy 7.3.4+ only ships 64-bit binaries for Windows
- python-version: "pypy-3.7"
architecture: "x64"
- python-version: "pypy-3.8"
architecture: "x64"
timeout-minutes: 30

View File

@ -13,6 +13,7 @@ jobs:
"macOS-latest",
]
python-version: [
"pypy-3.8",
"pypy-3.7",
"3.10",
"3.9",