samuelcolvin / rtoml

A fast TOML library for python implemented in rust.
https://pypi.org/project/rtoml/
MIT License
323 stars 28 forks source link

Add arm64 wheels for macos #36

Closed zerocewl closed 2 years ago

zerocewl commented 2 years ago

It would be nice if the releases can contain arm64 wheels for macos too. Otherwise setuptools-rust must be present to continue the installation.

samuelcolvin commented 2 years ago

done in #34.