Merge branch 'main' into null

This commit is contained in:
Andrew Murray 2023-06-17 17:00:18 +10:00
commit eaf5c094f5
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",