Skip to content

Commit 1086904

Browse files
committed
Remove python 3.7 build from manylinux.
1 parent aa55cc2 commit 1086904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
if: env.PURE == 'false'
165165
uses: RalfG/python-wheels-manylinux-build@v0.7.1
166166
with:
167-
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
167+
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
168168
pre-build-command: 'git config --global --add safe.directory "*"'
169169

170170
- name: Upload Artifact

0 commit comments

Comments
 (0)