Skip to content

feat: Add Python 3.13 runtime support #1211

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chalmerlowe
Copy link
Collaborator

This is a WIP. Not yet ready for review.

This commit introduces support for Python 3.13 as a runtime dependency.

The following changes were made:

  • Updated noxfile.py to include Python 3.13 in unit and system test configurations, including necessary extras and confirming skip conditions for cpp protobuf implementation.
  • Modified setup.py to update python_requires to include Python 3.13 (i.e., <3.14) and added the corresponding classifier.
  • Updated owlbot.py to include Python 3.13 in the unit_test_python_versions, system_test_python_versions, and extras_by_python configurations.
  • Created testing/constraints-3.13.txt by copying constraints from the 3.12 version.
  • Updated README.rst and docs/README.rst to list Python 3.13 as a supported version.

Fixes #1205 🦕

This commit introduces support for Python 3.13 as a runtime dependency.

The following changes were made:
- Updated `noxfile.py` to include Python 3.13 in unit and system test configurations, including necessary extras and confirming skip conditions for cpp protobuf implementation.
- Modified `setup.py` to update `python_requires` to include Python 3.13 (i.e., `<3.14`) and added the corresponding classifier.
- Updated `owlbot.py` to include Python 3.13 in the `unit_test_python_versions`, `system_test_python_versions`, and `extras_by_python` configurations.
- Created `testing/constraints-3.13.txt` by copying constraints from the 3.12 version.
- Updated `README.rst` and `docs/README.rst` to list Python 3.13 as a supported version.
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. labels Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for python 3.13
1 participant