Skip to content

Commit

Permalink
Build wheels on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Oct 9, 2024
1 parent 6ee5d3d commit 147f24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-12, macos-14]
env:
CIBW_TEST_COMMAND: python -c "import numcodecs"
CIBW_BUILD: "cp310-* cp311-* cp312-*"
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-*"
CIBW_SKIP: "pp* *-musllinux_* *win32 *_i686 *_s390x"
# note: CIBW_ENVIRONMENT is now set in pyproject.toml

Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.10'
python-version: "3.10"

- name: Build sdist
run: pipx run build --sdist
Expand Down

0 comments on commit 147f24f

Please sign in to comment.