Skip to content

Commit 4c6b61e

Browse files
committed
Remove PyPy from wheels and tests
PyPy 3.11 is not yet available.
1 parent c988828 commit 4c6b61e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-13, macos-14]
8787
# This list to be kept in sync with cibuildwheel config
8888
# and python-requires in pyproject.toml.
89-
python-version: ['3.11', '3.12', '3.13', 'pypy3.10']
89+
python-version: ['3.11', '3.12', '3.13'] # , 'pypy3.10']
9090

9191
steps:
9292
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ package = "flint"
8181
[tool.cibuildwheel]
8282
# requires-python needs to keep in sync with this and also the list of Python
8383
# versions the wheels are tested against in CI.
84-
build = "cp311-* cp312-* cp313-* pp311-*"
84+
build = "cp311-* cp312-* cp313-*" # pp311-*"
8585
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
8686

8787
# This is needed for free-threaded wheels:

0 commit comments

Comments
 (0)