-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fail with Python 3.12 #3299
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
Comments
@shadchin Please note that Python 3.12 is not yet supported in redis-py. Work is in progress on this. Can you try 3.11 in the meanwhile? |
It's not blocking me yet, I just decided to let you know, in case you didn't know |
I would like to know, when are you planning compatibility implementation with Python 3.12? |
3.12 is listed as supported in setup.py/pypi. Is that accurate? If so can we close this ticket? |
3.13 installs and imports On the other hand some parts of tests fail at least locally (might be my setup (also pytest-profiling needs to be updated to 1.8.1 to replace the removed pipes library) Can we declare 3.13 supported? If not what needs to be done for it to be supported? |
Hi @rtaycher, I'll check the compatibility with 3.12. If it works without errors, this issue should be closed as it is related to 3.12. For 3.13 support, I suggest opening a new issue to track the request. |
3.13 ticket #3501 (comment) |
Half of the pipeline actions are running with Python 3.12 so the compatibility has been fixed. Closing this issue. |
Version: last version 5.0.7
Platform: all platforms
Description:
Fail import
redis.commands.graph
with Python 3.12+The text was updated successfully, but these errors were encountered: