Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
Removed building python 3.7 wheels for Ubuntu.  Support for 3.7 ended some time ago.
  • Loading branch information
StephenCzarnecki authored Jul 24, 2024
1 parent 45dc03d commit c6cb860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build manylinux Python wheels
uses: RalfG/[email protected]_x86_64
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'
build-requirements: 'setuptools'

- name: upload wheels
Expand Down

0 comments on commit c6cb860

Please sign in to comment.