What's Changed
- Don't add wheel data to sdist by @messense in #2367
- Bump pyo3 to 0.23.3 by @messense in #2371
- Switch from
wasm32-wasi
towasm32-wasip1
by @messense in #2372 - Use
uv venv
in tests by @messense in #2087 - upgrade packages to resolve security advisory by @mbway in #2376
- update and improve import hook docs by @mbway in #2378
- Add sparcv9 architecture support by @kulikjak in #2380
- check the install backend version to give more informative error messages by @mbway in #2389
- Properly handle dynamic version in pyproject.toml by @messense in #2391
- Fix interpreter selection for abi3 bindings by @messense in #2392
- Use the official recommended naming pattern for cffi module file by @messense in #2406
- Refine
armv7l
target architecture detection by @messense in #2408 - Add Linux armv5te architecture support by @messense in #2409
- Encode free-threaded Python support in bridge model by @messense in #2413
New Contributors
Full Changelog: v1.7.8...v1.8.0