Skip to content

Commit 9585e0c

Browse files
authored
Merge pull request #30 from eriknw/exclude_py3.10
Don't build wheels for Python 3.10 for now
2 parents 55b785d + c210551 commit 9585e0c

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)