Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ branchProtectionRules:
- 'Samples - Python 3.10'
- 'Samples - Python 3.11'
- 'Samples - Python 3.12'
- 'Samples - Python 3.13'
3 changes: 2 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"**/gapic_version.py",
"docs/index.rst",
"testing/constraints-3.7.txt",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove the empty line? Otherwise LGTM.

Comment thread
chalmerlowe marked this conversation as resolved.
Outdated
],
)
s.remove_staging_dirs()
Expand All @@ -139,7 +140,7 @@
)
s.move(
templated_files,
excludes=[".coveragerc", ".github/release-please.yml", "docs/index.rst"],
excludes=[".coveragerc", ".github/release-please.yml", "docs/index.rst", "renovate.json",],
)

python.py_samples(skip_readmes=True)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
"Topic :: Internet",
],
Expand Down