lericson / pylibmc

A Python wrapper around the libmemcached interface from TangentOrg.
http://sendapatch.se/projects/pylibmc/
BSD 3-Clause "New" or "Revised" License
479 stars 137 forks source link

Publish Python 3.12 packages #288

Open dvarrazzo opened 10 months ago

dvarrazzo commented 10 months ago

I understand that Python 3.12 support is ready (#286, #287). However Python 3.12 wheel packages are not available yet on PyPI for the current pylibmc 1.6.3.

No particular hurry to have this fixed. Just leaving a note because, without this package, we cannot test easily the integration between Django and psycopg 3 on Python 3.12.

dnikolayev commented 10 months ago

Hello,

Sorry for asking/pushing, but what is the progress with this (Python 3.12 wheel packages are not available) to make them available?

Thanks a lot!

kkszysiu commented 10 months ago

Hey @lericson, will you be able to handle it? It seems you just need to add a new tag for a new release and GH should at least publish new wheel files.

kkszysiu commented 10 months ago

As a workaround I've published a 1.7.0 version on my fork, here are the wheels: https://github.com/kkszysiu/pylibmc/releases/tag/1.6.4

richardschris commented 8 months ago

Just following up on when this wheel will be available, we need it for current upgrade initiatives. Thanks!