Skip to content

Commit c1b8668

Browse files
skip 3.6
1 parent 9ac737c commit c1b8668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# We only build for Python 3.6+. On Linux manylinux2010 is used.
2828
# Skipping pypy wheels for now since scipy & scikit-learn haven't build them yet.
2929
# Skip python3.11 for 32bit.
30-
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux*"
30+
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux* *cp36*"
3131
CIBW_TEST_REQUIRES: "pytest pandas scikit-learn"
3232
CIBW_TEST_COMMAND: "pytest --pyargs sklearn_extra"
3333
run: |

0 commit comments

Comments
 (0)