Skip to content

Commit

Permalink
Remove python 3.7 build from manylinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed Oct 23, 2024
1 parent aa55cc2 commit 1086904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
if: env.PURE == 'false'
uses: RalfG/[email protected]
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
pre-build-command: 'git config --global --add safe.directory "*"'

- name: Upload Artifact
Expand Down

0 comments on commit 1086904

Please sign in to comment.