Skip to content

Commit

Permalink
skip python 312 too
Browse files Browse the repository at this point in the history
  • Loading branch information
pjb7687 committed Oct 13, 2024
1 parent d006050 commit 05b6fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python3 -m cibuildwheel --output-dir dist
env:
CIBW_SKIP: "cp36-* cp37-* cp38-* cp313-* *musllinux*"
CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* cp313-* *musllinux*"
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy"
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 05b6fc7

Please sign in to comment.