Skip to content

Commit d45fe02

Browse files
committed
Workaround pypy/pypy#5309
1 parent 8dea823 commit d45fe02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-24.04]
13-
python-version: [pypy3.11, "graalpy-25.0", "3.x"]
13+
python-version: [pypy3.11-nightly, "graalpy-25.0", "3.x"]
1414
steps:
1515
- uses: actions/checkout@v6
1616
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ select = ["E", "F", "I", "PT", "W", "Q", "SIM"]
6363

6464
[tool.cibuildwheel]
6565
build-frontend = {name="build", args=["--verbose", "-Csetup-args=--vsenv"]}
66-
enable = "pypy cpython-prerelease cpython-freethreading graalpy"
66+
enable = "cpython-prerelease cpython-freethreading graalpy"
6767
skip = "gp311_242* gp3*win*amd64*"
6868

6969
before-all = "sh scripts/cibw_before_all.sh"

0 commit comments

Comments
 (0)