Skip to content

Commit d808929

Browse files
committed
ci: stop building manylinux2010 wheels
Upstream dropped support for building these in pypa/manylinux#1281. Let's no longer maintain support for a dead format.
1 parent 0063333 commit d808929

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/wheel.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010

1111
matrix:
1212
image:
13-
- 'quay.io/pypa/manylinux2010_i686'
14-
- 'quay.io/pypa/manylinux2010_x86_64'
1513
- 'quay.io/pypa/manylinux2014_aarch64'
1614
- 'quay.io/pypa/manylinux2014_i686'
1715
- 'quay.io/pypa/manylinux2014_x86_64'
@@ -21,12 +19,6 @@ jobs:
2119
- 'cp39-cp39'
2220
- 'cp310-cp310'
2321
- 'cp311-cp311'
24-
exclude:
25-
# manylinux2010 dropped in Python 3.11.
26-
- image: 'quay.io/pypa/manylinux2010_i686'
27-
py: 'cp311-cp311'
28-
- image: 'quay.io/pypa/manylinux2010_x86_64'
29-
py: 'cp311-cp311'
3022
runs-on: 'ubuntu-22.04'
3123
steps:
3224
- uses: actions/checkout@v3

docs/news.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Backwards Compatibility Notes
5555
default to ``True`` in a future release. If you depend on the current
5656
functionality of stopping at frame boundaries, start explicitly passing
5757
``read_across_frames=False`` to preserve the current behavior.
58+
* ``manylinux2010`` wheels are no longer published since this wheel format
59+
is no longer supported by the pypa/manylinux project.
5860

5961
Changes
6062
-------

0 commit comments

Comments
 (0)