Skip to content

Commit 08ee0d3

Browse files
committed
maint: add PyPY check in CI
1 parent 03a4baf commit 08ee0d3

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
@@ -109,7 +109,7 @@ jobs:
109109
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
110110
# This list to be kept in sync with cibuildwheel config
111111
# and python-requires in pyproject.toml.
112-
python-version: ['3.10', '3.11', '3.12', '3.13-dev']
112+
python-version: ['3.10', '3.11', '3.12', '3.13-dev', 'pypy3.10']
113113

114114
steps:
115115
- uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ package = "flint"
5858
[tool.cibuildwheel]
5959
# requires-python needs to keep in sync with this and also the list of Python
6060
# versions the wheels are tested against in CI.
61-
build = "cp310-* cp311-* cp312-* cp313-*"
61+
build = "cp310-* cp311-* cp312-* cp313-* pp310-*"
6262
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
6363

6464
# This is needed for free-threaded wheels:

0 commit comments

Comments
 (0)