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

Commit 00f4639

Browse files
authored
Merge pull request #272 from radarhere/pypy
Updated PyPy to 7.3.9
2 parents d579370 + 4028b11 commit 00f4639

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python: [ "pypy3.7-7.3.8", "pypy3.8-7.3.8", "3.7", "3.8", "3.9", "3.10" ]
24+
python: [ "pypy3.7-7.3.9", "pypy3.8-7.3.9", "3.7", "3.8", "3.9", "3.10" ]
2525
platform: [ "i686", "x86_64" ]
2626
mb-ml-libc: [ "manylinux" ]
2727
include:

.github/workflows/wheels-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python: [ "pypy3.7-7.3.8", "pypy3.8-7.3.8", "3.7", "3.8", "3.9", "3.10" ]
24+
python: [ "pypy3.7-7.3.9", "pypy3.8-7.3.9", "3.7", "3.8", "3.9", "3.10" ]
2525
platform: [ "x86_64", "arm64" ]
2626
exclude:
2727
- python: "3.7"
2828
platform: "arm64"
29-
- python: "pypy3.7-7.3.8"
29+
- python: "pypy3.7-7.3.9"
3030
platform: "arm64"
31-
- python: "pypy3.8-7.3.8"
31+
- python: "pypy3.8-7.3.9"
3232
platform: "arm64"
3333
env:
3434
BUILD_COMMIT: ${{ inputs.build-commit }}

0 commit comments

Comments
 (0)