We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f094 commit 8e5de58Copy full SHA for 8e5de58
.github/workflows/wheel.yaml
@@ -23,7 +23,7 @@ jobs:
23
os: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-13, macos-14]
24
env:
25
CIBW_TEST_COMMAND: python -c "import numcodecs"
26
- CIBW_BUILD: "cp311-* cp312-* cp313-*"
+ CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-*"
27
CIBW_SKIP: "pp* *-musllinux_* *win32 *_i686 *_s390x"
28
# note: CIBW_ENVIRONMENT is now set in pyproject.toml
29
0 commit comments