-
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
feat: add support for Python 3.13 #383
Conversation
@rhatgadkar-goog PR looks great, to get this PR green you will need a couple things:
Nice stuff here! 👏 |
Thanks Jack! How do I update the branch protection settings? I checked out this page, but wasn't able to find the Settings menu of the repository. |
You should now have permission to see that page. 😉 |
712c801
to
13102aa
Compare
13102aa
to
ff24749
Compare
Python 3.13 requires psycopg2 version 2.9.10: https://www.psycopg.org/docs/news.html#what-s-new-in-psycopg-2-9-10
We are blocked from supporting Python 3.13, because we can't install psycopg2 package on it. Python 3.13 requires psycopg 2.9.10: https://www.psycopg.org/docs/news.html#what-s-new-in-psycopg-2-9-10. But its support for it is still in progress: psycopg/psycopg2#1736. @enocom So should we not install the psycopg package for now?: #388 |
…pg from requirements-test.txt, revert back to macos-latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just need to update the branch protection settings.
No description provided.