We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b8668 commit 668a3d6Copy full SHA for 668a3d6
.github/workflows/build-wheels.yml
@@ -27,7 +27,7 @@ jobs:
27
# We only build for Python 3.6+. On Linux manylinux2010 is used.
28
# Skipping pypy wheels for now since scipy & scikit-learn haven't build them yet.
29
# Skip python3.11 for 32bit.
30
- CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux* *cp36*"
+ CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux* *cp36* *cp37*"
31
CIBW_TEST_REQUIRES: "pytest pandas scikit-learn"
32
CIBW_TEST_COMMAND: "pytest --pyargs sklearn_extra"
33
run: |
0 commit comments