Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rely on packaging to parse wheel filename (#448)
Python 3.12 removed the `distutils` module from stdlib. Adherence to this module in auditwheel vendored (wheel) sources shall be removed. Given updating wheel would be a longer task, switch to packaging to parse wheel filename in order to drop some wheel vendored files which are relying on `distutils`. * chore: rely on packaging to parse wheel filename * chore: remove unused files from vendored wheel
- Loading branch information