We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16dba2d commit c0e6eacCopy full SHA for c0e6eac
1 file changed
.github/workflows/cibuildwheel.yml
@@ -7,8 +7,8 @@ env:
7
# https://cibuildwheel.readthedocs.io/en/stable/options/
8
# cp39-win_amd64
9
# 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*
+ # scipy not yet available for cp311*
+ CIBW_SKIP: cp2* pp* cp35* cp36* cp310-win32 cp311-win32 cp310-manylinux_i686 cp311-manylinux_i686 *-musllinux* cp311*
12
CIBW_BEFORE_BUILD: pip install -r requirements.txt --upgrade
13
14
#[ubuntu-latest, windows-latest, macos-latest]
0 commit comments