Skip to content

Commit 668a3d6

Browse files
skip 3.7
1 parent c1b8668 commit 668a3d6

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* *cp36*"
30+
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux* *cp36* *cp37*"
3131
CIBW_TEST_REQUIRES: "pytest pandas scikit-learn"
3232
CIBW_TEST_COMMAND: "pytest --pyargs sklearn_extra"
3333
run: |

0 commit comments

Comments
 (0)