Version 0.10.4
This version fixes the logic for handling the sysconfig variables on Windows for the values that used to be only provided on UNIX. This mostly affects targeting the Stable ABI on Python 3.13. Editable install rebuilds now work if you have a wheel.install-dir
set, too.
What's Changed
Fixes:
- Windows 3.13 stable ABI by @LecrisUT in #865
- Editable installs now respect the value of
wheel.install-dir
by @psalvaggio in #867
Docs:
New Contributors
- @psalvaggio made their first contribution in #867
Full Changelog: v0.10.3...v0.10.4