-
Notifications
You must be signed in to change notification settings - Fork 417
Cython 3.0.x required to build on Python 3.12 #1090
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Comments
I don't think it's true. The master branch is building and running against 3.12 just fine. |
Weird... I'm seeing the following when trying to compile from master on macOS:
|
No Sign up for free
to join this conversation on GitHub.
Already have an account?
No Sign in to comment
the issue with a local PostgreSQL install?: Tested against AWS RDS & local deployments
uvloop?: uvloop works just fine
asyncpg will not compile for Python 3.12 without updating the cython dependency. I merely did a version bump to
cython >= 3.0.0
and it compiled just fine.The text was updated successfully, but these errors were encountered: