Skip to content

Commit 443ccd5

Browse files
committed
Drop Python 3.6 config from CI wheels.
This was only enabled on the v3.3.x branch, so can be dropped from 3.5, and even 3.4 (but not going to bother).
1 parent 9177280 commit 443ccd5

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cd numpy-${{ env.min-numpy-version }}
5858
python -m cibuildwheel --output-dir ../numpy-aarch64-cache
5959
env:
60-
CIBW_BUILD: "cp36-* cp37-* cp38-*"
60+
CIBW_BUILD: "cp37-* cp38-*"
6161
CIBW_ARCHS: aarch64
6262

6363
- name: Copy setup.cfg to configure wheel
@@ -86,20 +86,6 @@ jobs:
8686
MPL_DISABLE_FH4: "yes"
8787
CIBW_ARCHS: ${{ matrix.cibw_archs }}
8888

89-
- name: Build wheels for CPython 3.6
90-
run: |
91-
python -m cibuildwheel --output-dir dist
92-
env:
93-
CIBW_BUILD: "cp36-*"
94-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
95-
CIBW_MANYLINUX_I686_IMAGE: manylinux1
96-
CIBW_BEFORE_BUILD: pip install certifi; pip install --find-links=numpy-aarch64-cache/ numpy==${{ env.min-numpy-version }}
97-
MPL_DISABLE_FH4: "yes"
98-
CIBW_ARCHS: ${{ matrix.cibw_archs }}
99-
if: >
100-
startsWith(github.ref, 'refs/heads/v3.3') ||
101-
startsWith(github.ref, 'refs/tags/v3.3')
102-
10389
- name: Build wheels for PyPy
10490
run: |
10591
python -m cibuildwheel --output-dir dist

.github/workflows/circleci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
with:
1010
repo-token: ${{ secrets.GITHUB_TOKEN }}
1111
artifact-path: 0/doc/build/html/index.html
12-
circleci-jobs: docs-python36,docs-python37,docs-python38
12+
circleci-jobs: docs-python37,docs-python38,docs-python38-min

0 commit comments

Comments
 (0)