-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for Python 3.13 #381
Comments
Also, we should match Cloud SQL and drop Python 3.8. See GoogleCloudPlatform/cloud-sql-python-connector#1176. |
After #375 is merged, do we need to modify |
That is a good question and one that I have been thinking about. Since we don't pin to a specific version, if the However since we are planning to document native asyncpg pool support with the Connector #382 which was also added in For Cloud SQL I am going to pin to |
I agree with you. I'll also pin to |
Looks like this was linked to the dropping of Python 3.8 PR by accident |
See GoogleCloudPlatform/cloud-sql-python-connector#1177 for reference.
The text was updated successfully, but these errors were encountered: