Skip to content

Commit

Permalink
ci: stop building manylinux2010 wheels
Browse files Browse the repository at this point in the history
Upstream dropped support for building these in
pypa/manylinux#1281. Let's no longer
maintain support for a dead format.
  • Loading branch information
indygreg committed Oct 23, 2023
1 parent 0063333 commit d808929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:

matrix:
image:
- 'quay.io/pypa/manylinux2010_i686'
- 'quay.io/pypa/manylinux2010_x86_64'
- 'quay.io/pypa/manylinux2014_aarch64'
- 'quay.io/pypa/manylinux2014_i686'
- 'quay.io/pypa/manylinux2014_x86_64'
Expand All @@ -21,12 +19,6 @@ jobs:
- 'cp39-cp39'
- 'cp310-cp310'
- 'cp311-cp311'
exclude:
# manylinux2010 dropped in Python 3.11.
- image: 'quay.io/pypa/manylinux2010_i686'
py: 'cp311-cp311'
- image: 'quay.io/pypa/manylinux2010_x86_64'
py: 'cp311-cp311'
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Backwards Compatibility Notes
default to ``True`` in a future release. If you depend on the current
functionality of stopping at frame boundaries, start explicitly passing
``read_across_frames=False`` to preserve the current behavior.
* ``manylinux2010`` wheels are no longer published since this wheel format
is no longer supported by the pypa/manylinux project.

Changes
-------
Expand Down

0 comments on commit d808929

Please sign in to comment.