We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8829c68 + f3a9a93 commit 1fbd443Copy full SHA for 1fbd443
2 files changed
.github/workflows/wheels-linux.yml
@@ -22,8 +22,8 @@ jobs:
22
fail-fast: false
23
matrix:
24
python: [
25
- "pypy3.8-7.3.11",
26
- "pypy3.9-7.3.11",
+ "pypy3.9-7.3.12",
+ "pypy3.10-7.3.12",
27
"3.8",
28
"3.9",
29
"3.10",
.github/workflows/wheels-macos.yml
@@ -32,9 +32,9 @@ jobs:
32
]
33
platform: [ "x86_64", "arm64" ]
34
exclude:
35
- - python: "pypy3.8-7.3.11"
+ - python: "pypy3.9-7.3.12"
36
platform: "arm64"
37
- - python: "pypy3.9-7.3.11"
+ - python: "pypy3.10-7.3.12"
38
39
env:
40
BUILD_COMMIT: ${{ inputs.build-commit }}
0 commit comments