Skip to content

Commit bc869b0

Browse files
committed
add back Python 3.6 build on CIBUILDWHEEL
1 parent b4875ff commit bc869b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
CIBW_BUILD: "cp38-*"
5454
CIBW_BEFORE_BUILD: pip install numpy~=1.17.0
5555

56-
- name: Build wheels for CPython 3.7
56+
- name: Build wheels for CPython 3.6 and 3.7
5757
uses: pypa/[email protected]
5858
env:
59-
CIBW_BUILD: "cp37-*"
59+
CIBW_BUILD: "cp36-* cp37-*"
6060
CIBW_BEFORE_BUILD: pip install numpy~=1.15.0
6161

6262
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)