Skip to content

Commit 8e5de58

Browse files
committed
add 3.14 to cibw
1 parent 5b4f094 commit 8e5de58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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-*"
26+
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-*"
2727
CIBW_SKIP: "pp* *-musllinux_* *win32 *_i686 *_s390x"
2828
# note: CIBW_ENVIRONMENT is now set in pyproject.toml
2929

0 commit comments

Comments
 (0)