v0.12.0
Packaging
- Bump minimum Python version to Python 3.6.
Added
- Support building x86-64 wheel on arm64 macOS machine. #114
- Add macOS universal2 wheel building support. #115
- Add option to cargo vendor crates into sdist. #118
Changed
- Respect
PYO3_PYTHON
andPYTHON_SYS_EXECUTABLE
environment variables if set. #96 - Add runtime dependency on setuptools >= 46.1. #102
- Append to, rather than replace, existing
RUSTFLAGS
when building. #103