Skip to content

Commit 5320999

Browse files
authored
remove cp27 builds from CI (#1435)
Co-authored-by: ssteinbach <[email protected]>
1 parent 81e00f0 commit 5320999

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
strategy:
157157
matrix:
158158
os: [ubuntu-latest, windows-latest, macos-latest]
159-
python-build: ['cp27*', 'cp37*', 'cp38*', 'cp39*', 'cp310*']
159+
python-build: ['cp37*', 'cp38*', 'cp39*', 'cp310*']
160160
steps:
161161
- uses: actions/checkout@v3
162162

@@ -171,7 +171,6 @@ jobs:
171171
# target platform (x86, x64, etc).
172172
- name: Build wheels (Python 3)
173173
uses: pypa/[email protected]
174-
if: matrix.python-build != 'cp27*'
175174
with:
176175
output-dir: wheelhouse
177176
env:

0 commit comments

Comments
 (0)