Skip to content

Commit c0e6eac

Browse files
committed
cibuildwheels
1 parent 16dba2d commit c0e6eac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ env:
77
# https://cibuildwheel.readthedocs.io/en/stable/options/
88
# cp39-win_amd64
99
# cp37-win32 cp38-win32 cp39-win32
10-
# scipy not yet available for cp11*
11-
CIBW_SKIP: cp2* pp* cp35* cp36* cp310-win32 cp311-win32 cp310-manylinux_i686 cp311-manylinux_i686 *-musllinux* cp11*
10+
# scipy not yet available for cp311*
11+
CIBW_SKIP: cp2* pp* cp35* cp36* cp310-win32 cp311-win32 cp310-manylinux_i686 cp311-manylinux_i686 *-musllinux* cp311*
1212
CIBW_BEFORE_BUILD: pip install -r requirements.txt --upgrade
1313

1414
#[ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)