Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix(owlbot): Ensure noxfile.py skips cpp impl for 3.14
  • Loading branch information
chalmerlowe committed Oct 23, 2025
commit 44a5cd50fc65881cc9b53890743f3d70f9a8b107
6 changes: 6 additions & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
)
s.move(templated_files, excludes=["docs/multiprocessing.rst", "README.rst"])

s.replace(
"noxfile.py",
'''session.python in ("3.11", "3.12", "3.13")''',
'''session.python in ("3.11", "3.12", "3.13", "3.14")'''
Comment thread
chalmerlowe marked this conversation as resolved.
Outdated
)

s.replace(
".kokoro/presubmit/presubmit.cfg",
"""# Format: //devtools/kokoro/config/proto/build.proto""",
Expand Down
Loading