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 a6d4184 commit 8e306baCopy full SHA for 8e306ba
.github/workflows/wheel.yaml
@@ -17,7 +17,7 @@ jobs:
17
os: [ubuntu-latest, windows-latest, macos-12, macos-14]
18
env:
19
CIBW_TEST_COMMAND: python -c "import numcodecs"
20
- CIBW_BUILD: "cp310-* cp311-* cp312-*"
+ CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-*"
21
CIBW_SKIP: "pp* *-musllinux_* *win32 *_i686 *_s390x"
22
# note: CIBW_ENVIRONMENT is now set in pyproject.toml
23
@@ -44,7 +44,7 @@ jobs:
44
- uses: actions/setup-python@v5
45
name: Install Python
46
with:
47
- python-version: '3.10'
+ python-version: "3.10"
48
49
- name: Build sdist
50
run: pipx run build --sdist
0 commit comments