edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
369 stars 45 forks source link

edgedb can't build on python 3.13 (only on release) and binary wheel isn't avaliable #542

Closed MisileLab closed 3 hours ago

MisileLab commented 3 hours ago

Describe the bug edgedb can't build on release tar.gz because of this error AssertionError: would build wheel with unsupported tag ('cp313', 'cp312', 'linux_x86_64') and binary wheel not available. I suspect it's because of not updating python version on somewhere.

Reproduction pip install edgedb on python3.13

Expected behavior edgedb installed

Versions (please complete the following information):

MisileLab commented 3 hours ago

nvm, this fixed (btw binary wheel still not avaliable)