Skip to content

Commit

Permalink
Don't exclude python 3.13 from wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jan 22, 2025
1 parent 7a281e8 commit 8c4c778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build wheel
uses: pypa/[email protected]
env:
CIBW_SKIP: cp36* cp37* pp* cp313* *musllinux*
CIBW_SKIP: cp36* cp37* pp* *musllinux*
CIBW_TEST_COMMAND: pytest --regression {package}/tests
CIBW_BEFORE_TEST: pip install pytest dials-data

Expand Down

0 comments on commit 8c4c778

Please sign in to comment.