Skip to content

Commit 0404446

Browse files
committed
Updated wheels.yml
1 parent fe002e8 commit 0404446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
python-version: '3.10'
2626

2727
- name: Install cibuildwheel
28-
run: python -m pip install --upgrade wheel setuptools pip cibuildwheel
28+
run: python -m pip install --upgrade pip wheel setuptools cibuildwheel
2929

3030
- name: Build wheels
3131
run: python -m cibuildwheel --output-dir wheelhouse
3232
# Options (https://cibuildwheel.readthedocs.io/en/stable/options/)
3333
env:
34-
CIBW_SKIP: cp36-* cp37-* pp37-* *musllinux*
34+
CIBW_SKIP: cp36-* cp37-* cp38-* *pp37-* pp38-* *musllinux*
3535
CIBW_BEFORE_BUILD_MACOS: python3 -m pip install --upgrade setuptools wheel cffi
3636
CIBW_ARCHS_MACOS: "x86_64 arm64"
3737
CIBW_ARCHS_WINDOWS: "AMD64"

0 commit comments

Comments
 (0)