Updated PyPy to 7.3.13

This commit is contained in:
Andrew Murray 2023-10-03 07:59:32 +11:00
parent b7010a9326
commit 1c17ab4981
2 changed files with 6 additions and 6 deletions

View File

@ -20,8 +20,8 @@ jobs:
fail-fast: false
matrix:
python: [
"pypy3.9-7.3.12",
"pypy3.10-7.3.12",
"pypy3.9-7.3.13",
"pypy3.10-7.3.13",
"3.8",
"3.9",
"3.10",

View File

@ -20,8 +20,8 @@ jobs:
fail-fast: false
matrix:
python: [
"pypy3.9-7.3.12",
"pypy3.10-7.3.12",
"pypy3.9-7.3.13",
"pypy3.10-7.3.13",
"3.8",
"3.9",
"3.10",
@ -30,9 +30,9 @@ jobs:
]
platform: [ "x86_64", "arm64" ]
exclude:
- python: "pypy3.9-7.3.12"
- python: "pypy3.9-7.3.13"
platform: "arm64"
- python: "pypy3.10-7.3.12"
- python: "pypy3.10-7.3.13"
platform: "arm64"
env:
PLAT: ${{ matrix.platform }}