Skip to content

Commit

Permalink
Merge pull request #7439 from radarhere/pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 3, 2023
2 parents 19048e4 + 1c17ab4 commit c9955ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 }}
Expand Down

0 comments on commit c9955ba

Please sign in to comment.