-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for Python 3.13 (#383)
This change adds support for Python 3.13. It does the following: - The latest Python version that presubmit tests use is now Python 3.13, instead of Python 3.12. - Remove `psycopg2-binary` package from `requirements-test.txt`, because Python 3.13 requires psycopg version 2.9.10. But 2.9.10 is not yet fully supported on Windows and Mac. As a result, we cannot run [test_psycopg2_direct_connection.py](https://github.com/GoogleCloudPlatform/alloydb-python-connector/pull/383/files#diff-58b933e0c009174fe693b297def131f462f39e29de5b887468865f45efb5dea8) as part of our presubmit tests. So we move it to the `docs/samples/` folder for now. Re-adding `psycopg2-binary` package and `test_psycopg2_direct_connection.py` to our presubmit tests is being tracked in #388.
- Loading branch information
1 parent
fc52059
commit 22ef77c
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters