You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(python): Add support for Python 3.14 (#1593)
This PR adds support for Python 3.14 to the library.
Key changes include:
- Updating `setup.py` to include the Python 3.14 classifier.
- Updating `testing/constraints-3.14.txt` to specify `grpcio >= 1.75.1`.
- Updating `noxfile.py` to include 3.14 sessions and set default to
3.14.
- Updating `.github/sync-repo-settings.yaml` to include 3.14 in required
checks.
Tests were run locally using the `python-multi` Docker image for Python
3.9 and 3.14. Some unit tests failed due to environment issues within
the container, but these are not expected to occur in the CI
environment.
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
0 commit comments