Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 1fbd443

Browse files
authored
Merge pull request #385 from radarhere/pypy310
Added PyPy 3.10 and removed PyPy 3.8
2 parents 8829c68 + f3a9a93 commit 1fbd443

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/wheels-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
python: [
25-
"pypy3.8-7.3.11",
26-
"pypy3.9-7.3.11",
25+
"pypy3.9-7.3.12",
26+
"pypy3.10-7.3.12",
2727
"3.8",
2828
"3.9",
2929
"3.10",

.github/workflows/wheels-macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
python: [
25-
"pypy3.8-7.3.11",
26-
"pypy3.9-7.3.11",
25+
"pypy3.9-7.3.12",
26+
"pypy3.10-7.3.12",
2727
"3.8",
2828
"3.9",
2929
"3.10",
@@ -32,9 +32,9 @@ jobs:
3232
]
3333
platform: [ "x86_64", "arm64" ]
3434
exclude:
35-
- python: "pypy3.8-7.3.11"
35+
- python: "pypy3.9-7.3.12"
3636
platform: "arm64"
37-
- python: "pypy3.9-7.3.11"
37+
- python: "pypy3.10-7.3.12"
3838
platform: "arm64"
3939
env:
4040
BUILD_COMMIT: ${{ inputs.build-commit }}

0 commit comments

Comments
 (0)