-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish Python 3.12 packages #288
Comments
- upgrade Python to 3.12 - test stable version of SQLAlchemy 2 - add missing SQLAlchemy test dependency Testing Django with Python 3.12 not enabled yet as it requires pylibmc wheel packages for Python 3.12 (lericson/pylibmc#288).
- upgrade Python to 3.12 - test stable version of SQLAlchemy 2 - add missing SQLAlchemy test dependency Testing Django with Python 3.12 not enabled yet as it requires pylibmc wheel packages for Python 3.12 (lericson/pylibmc#288).
- upgrade Python to 3.12 - test stable version of SQLAlchemy 2 - add missing SQLAlchemy test dependency Testing Django with Python 3.12 not enabled yet as it requires pylibmc wheel packages for Python 3.12 (lericson/pylibmc#288).
Hello, Sorry for asking/pushing, but what is the progress with this ( Thanks a lot! |
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. |
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 |
Just following up on when this wheel will be available, we need it for current upgrade initiatives. Thanks! |
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.
The text was updated successfully, but these errors were encountered: