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 (#1456)
This PR adds support for Python 3.14 to the library.
Key changes include:
Key changes include:
- Updates to `owlbot.py` to include Python 3.14.
- Adding Python 3.14 to the test matrix in
`.github/workflows/presubmit.yaml`.
- Verified `setup.py` includes the Python 3.14 classifier.
- Verified `CONTRIBUTING.rst` includes Python 3.14.
- Verified `noxfile.py` updates for 3.14.
- Updated Kokoro configurations in `.kokoro/presubmit/` to use
`system-3.14` session.
- Updated `librarian.py` to account for post-processing.
- Fixed a concurrency issue in `tests/unit/test_spanner.py` to make the
test suite pass on Python 3.14.
Towards internal issue: b/375664027
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Subham Sinha <35077434+sinhasubham@users.noreply.github.com>
Co-authored-by: surbhigarg92 <surbhigarg.92@gmail.com>
0 commit comments