Skip to content
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

python 3.12 compatibility #602

Closed
Loki-Afro opened this issue Dec 1, 2023 · 4 comments · Fixed by #603
Closed

python 3.12 compatibility #602

Loki-Afro opened this issue Dec 1, 2023 · 4 comments · Fixed by #603

Comments

@Loki-Afro
Copy link

hey it looks like that aio-pika is not compatible with python 3.12 and i haven't found an issue yet.

i think it is the same as described here aio-libs/aiohttp#7739

@Loki-Afro
Copy link
Author

hi @mosquito since you created an pr already (thanks for that!) i can assume that this is indeed an issue in this repo, correct? :)

@mosquito
Copy link
Owner

@Loki-Afro I tried making a pipline for 3.12 but in one of the tests something goes wrong, maybe it's a bug or maybe it's just a test problem. I don't have time to figure it out right now. But I think 3.12 should work as it should, it just takes some effort to get it fully compliant.

@mdczaplicki
Copy link

mdczaplicki commented Jan 11, 2024

3.12 doesn't work for me. I'm unable to create a channel from an active connection with RabbitMQ.
The channel says Not initialized channel and there is a traceback visible in PyCharm debugger, but I cannot get the whole output (probably a PyCharm bug).

image


It works in production environment, it doesn't work in tests.

@Loki-Afro
Copy link
Author

Loki-Afro commented Feb 20, 2024

@mosquito not sure why, but with a fresh python image docker.io/python:3.12-alpine it builds just fine now ...
how was this error resolved?

maybe you can try and re-trigger your workflow in your pr and it will work just fine :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants