long2ice / asyncmy

A fast asyncio MySQL/MariaDB driver with replication protocol support
https://github.com/long2ice/asyncmy
Apache License 2.0
230 stars 25 forks source link

missing wheel (*.whl) for Python 3.12 #94

Closed itayB closed 1 month ago

itayB commented 2 months ago

Latest version 0.2.9 doesn't have a whl file: https://pypi.org/project/asyncmy/0.2.9/#files This result in a very slow build time :(

#13 483.7 Building wheels for collected packages: asyncmy
#13 483.7   Building wheel for asyncmy (pyproject.toml): started
#13 586.0   Building wheel for asyncmy (pyproject.toml): still running...
#13 890.5   Building wheel for asyncmy (pyproject.toml): still running...
#13 1054.4   Building wheel for asyncmy (pyproject.toml): still running...
#13 1168.7   Building wheel for asyncmy (pyproject.toml): still running...
#13 1240.6   Building wheel for asyncmy (pyproject.toml): still running...
#13 1244.1   Building wheel for asyncmy (pyproject.toml): finished with status 'done'
#13 1244.1   Created wheel for asyncmy: filename=asyncmy-0.2.9-cp312-cp312-manylinux_2_36_aarch64.whl size=5282584 sha256=053015cef3a5386e1251f08bf2d82dd6b619287d3e1bbcc8df97184a9fabc97e

Can you please release a wheel file for 3.12? 🙏

itayB commented 1 month ago

Thanks @long2ice ! Yet, I don't see a cp312 version :( Should I wait for the next version? Are you going to run https://github.com/long2ice/asyncmy/actions/workflows/pypi.yml manually for the existing (0.2.9) version please? :)