Skip to content

Commit d229af6

Browse files
authored
chore/wheel 3.14 (#796)
* Update pyproject.toml * add 3.14 to cibw * revert pyproject.toml change * update wheel building * remove pp skip selector because pypy is not included in cibw by default
1 parent e59950d commit d229af6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
os: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-13, macos-14]
2424
env:
2525
CIBW_TEST_COMMAND: python -c "import numcodecs"
26-
CIBW_BUILD: "cp311-* cp312-* cp313-*"
27-
CIBW_SKIP: "pp* *-musllinux_* *win32 *_i686 *_s390x"
26+
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-*"
27+
CIBW_SKIP: "*-musllinux_* *win32 *_i686 *_s390x"
2828
# note: CIBW_ENVIRONMENT is now set in pyproject.toml
2929

3030
steps:
@@ -33,7 +33,7 @@ jobs:
3333
submodules: true
3434
fetch-depth: 0 # required for version resolution for nightly wheels
3535

36-
- uses: pypa/cibuildwheel@v2.23.2
36+
- uses: pypa/cibuildwheel@v3.1.0
3737

3838
- uses: actions/upload-artifact@v4
3939
with:

0 commit comments

Comments
 (0)