Skip to content

Commit f953244

Browse files
committed
cibuildwheel no longer supports Python 3.5
1 parent 57c58f5 commit f953244

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
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install cibuildwheel~=2.3
3030
- name: Build wheel
3131
env:
32-
CIBW_SKIP: "pp*-win* *cp27* *pp*"
32+
CIBW_SKIP: "pp*-win* *cp27* *cp35* *pp*"
3333
CIBW_BEFORE_BUILD: "pip install numpy cython"
3434
run: |
3535
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)