Skip to content

Commit

Permalink
ci: Drop the Python 3.6 wheel build for Linux
Browse files Browse the repository at this point in the history
Not supported by wxPython anyway but also it triggers a failure since setup.py
now requires Python >= 3.7.
  • Loading branch information
rockstorm101 committed Aug 15, 2023
1 parent 25024a3 commit 07014d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build manylinux Python wheels
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
build-requirements: 'cython'
- name: Upload artifacts for inspection
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 07014d1

Please sign in to comment.