scylladb / python-driver

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

CI: add pre builds for python 3.13 #335

Closed fruch closed 1 month ago

fruch commented 2 months ago

adding new build so we can try out the new version of python, now it's in alpha/beta

fruch commented 2 months ago

o.k.

first catch

gevent-24.2.1.tar.gz is trying to get compiled from source (no wheels for 3.13), and it fails to compile.

we'll need to play with dependency and find the working one, if any...