scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
75 stars 42 forks source link

Support prebuilt wheel for CPython 3.9 on Mac with ARM CPU. #383

Closed rpstw closed 3 weeks ago

rpstw commented 1 month ago

If we use CPython version 3.9 on MacBook with ARM CPU, there's no pre-built wheel available for this combination, which means slow installation due to the need for compilation. Since CPython3.9 became the default on macOS 15(released in September), it would be great if we support this combination.