Skip to content

Commit 05b6fc7

Browse files
committed
skip python 312 too
1 parent d006050 commit 05b6fc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python3 -m cibuildwheel --output-dir dist
2626
env:
27-
CIBW_SKIP: "cp36-* cp37-* cp38-* cp313-* *musllinux*"
27+
CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* cp313-* *musllinux*"
2828
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy"
2929
- name: Publish package
3030
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)