Skip to content

Commit

Permalink
Restore 2014 manylinux x86_64 wheels.
Browse files Browse the repository at this point in the history
Fixes #2068
  • Loading branch information
jamadden committed Oct 18, 2024
1 parent 21f64f1 commit 95d037e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,13 @@ jobs:
matrix:
python-version: [3.9]
image:
# 2014 is EOL as of June 2024. But
# it is "still widely used" and has extended (for-pay)
# support hrough 2028...
- manylinux2014_aarch64
- manylinux2014_ppc64le
- manylinux2014_s390x
- manylinux_2_28_x86_64
- manylinux2014_x86_64
- musllinux_1_1_x86_64
- musllinux_1_1_aarch64
name: ${{ matrix.image }}
Expand Down
1 change: 1 addition & 0 deletions docs/changes/2068.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Distribute manylinux2014 wheels for x86_64.

0 comments on commit 95d037e

Please sign in to comment.