Skip to content

Commit

Permalink
skip 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMathieu committed Nov 5, 2024
1 parent 9ac737c commit c1b8668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# We only build for Python 3.6+. On Linux manylinux2010 is used.
# Skipping pypy wheels for now since scipy & scikit-learn haven't build them yet.
# Skip python3.11 for 32bit.
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux*"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux* *cp36*"
CIBW_TEST_REQUIRES: "pytest pandas scikit-learn"
CIBW_TEST_COMMAND: "pytest --pyargs sklearn_extra"
run: |
Expand Down

0 comments on commit c1b8668

Please sign in to comment.