Skip to content

Commit c210551

Browse files
committed
Don't build wheels for Python 3.10 for now
1 parent 55b785d commit c210551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build manylinux Python wheels
2121
uses: RalfG/[email protected]_x86_64
2222
with:
23-
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310'
23+
python-versions: 'cp38-cp38 cp39-cp39'
2424
build-requirements: 'cffi numpy>=1.19,<1.20 cython'
2525
pre-build-command: ${{ format('sh suitesparse.sh {0}', github.ref) }}
2626
- name: Publish wheels to PyPI

0 commit comments

Comments
 (0)