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
* Add Python 3.13 support
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 versions.
- Created `testing/constraints-3.13.txt` (initially empty, copied from an empty constraints-3.12.txt).
- Updated `.github/workflows/unittest.yml` to include Python 3.13 in the test matrix.
- Updated `setup.py` to add the Python 3.13 classifier.
- Updated `CONTRIBUTING.rst` to list Python 3.13 as a supported version.
- Created `.kokoro/presubmit/system-3.13.cfg` for Kokoro system tests.
- Updated `.github/sync-repo-settings.yaml` to include Python 3.13 in required status checks.
- Updated `owlbot.py` to include Python 3.13 in unit and system test versions for templated files.
* feat: Add Python 3.13 support
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 versions.
- Created `testing/constraints-3.13.txt` (initially empty, copied from an empty constraints-3.12.txt).
- Updated `.github/workflows/unittest.yml` to include Python 3.13 in the test matrix.
- Updated `setup.py` to add the Python 3.13 classifier.
- Updated `CONTRIBUTING.rst` to list Python 3.13 as a supported version.
- Created `.kokoro/presubmit/system-3.13.cfg` for Kokoro system tests.
- Updated `.github/sync-repo-settings.yaml` to include Python 3.13 in required status checks.
- Updated `owlbot.py` to include Python 3.13 in unit and system test versions for templated files.
* removes presubmit task for 3.12 now that we have one for 3.13
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Update CONTRIBUTING.rst
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
0 commit comments