Releases: pypa/wheel
Releases · pypa/wheel
0.44.0
0.43.0
- Dropped support for Python 3.7
- Updated vendored
packaging
to 24.0
0.42.0
- Allowed removing build tag with
wheel tags --build ""
- Fixed
wheel pack
andwheel tags
writing updatedWHEEL
fields after a blank line, causing other tools to ignore them - Fixed
wheel pack
andwheel tags
writingWHEEL
with CRLF line endings or a mix of CRLF and LF - Fixed
wheel pack --build-number ""
not removing build tag fromWHEEL
(above changes by Benjamin Gilbert)
0.41.3
- Updated vendored
packaging
to 23.2 - Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross)