Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 6e2c94f

Browse files
chalmerlowegoogle-labs-jules[bot]gcf-owl-bot[bot]
authored
feat: add support for Python 3.13 (#964)
* feat: add support for Python 3.13 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * updates errant owlbot/renovate.json issue that overwrites configs * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * updates excludes for templated files * updates renovate.json * Update owlbot.py --------- 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>
1 parent 96a1743 commit 6e2c94f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ branchProtectionRules:
1616
- 'Samples - Python 3.10'
1717
- 'Samples - Python 3.11'
1818
- 'Samples - Python 3.12'
19+
- 'Samples - Python 3.13'

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
)
140140
s.move(
141141
templated_files,
142-
excludes=[".coveragerc", ".github/release-please.yml", "docs/index.rst"],
142+
excludes=[".coveragerc", ".github/release-please.yml", "docs/index.rst", "renovate.json",],
143143
)
144144

145145
python.py_samples(skip_readmes=True)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"Programming Language :: Python :: 3.10",
8787
"Programming Language :: Python :: 3.11",
8888
"Programming Language :: Python :: 3.12",
89+
"Programming Language :: Python :: 3.13",
8990
"Operating System :: OS Independent",
9091
"Topic :: Internet",
9192
],

0 commit comments

Comments
 (0)