Skip to content

Commit c639398

Browse files
committed
Prepare 5.4.0 release
1 parent 7d411b2 commit c639398

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## HEAD
44

5+
## 5.4.0
6+
7+
Released May 1, 2023
8+
9+
### User-facing changes
10+
- [FEATURE] Add python 3.11 support ([#407](https://github.com/pypa/auditwheel/pull/407))
11+
- [FEATURE] Drop python 3.6 support ([#400](https://github.com/pypa/auditwheel/pull/400))
12+
- [FEATURE] Use armv7l policy for 64-bit arm kernel in 32-bit mode (armv8l), BETA feature ([#419](https://github.com/pypa/auditwheel/pull/419))
13+
- [BUGFIX] Filter libpythonXY with X/Y more than single digits ([#424](https://github.com/pypa/auditwheel/pull/424), [#418](https://github.com/pypa/auditwheel/issues/418))
14+
515
## 5.3.0
616

717
Released Nov. 19, 2022

README.rst

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ To update these images manually, run::
139139
docker pull quay.io/pypa/manylinux1_x86_64
140140
docker pull quay.io/pypa/manylinux2010_x86_64
141141
docker pull quay.io/pypa/manylinux2014_x86_64
142-
docker pull quay.io/pypa/manylinux_2_24_x86_64
143142
docker pull quay.io/pypa/manylinux_2_28_x86_64
144143

145144
You may also remove these images using ``docker rmi``.

0 commit comments

Comments
 (0)