Skip to content

build: upgrade Python 3.9 usages across dev tools, examples, and tests - #4094

Merged
aignas merged 8 commits into
bazel-contrib:mainfrom
rickeylev:upgrade_python_base_version
Aug 23, 2026
Merged

build: upgrade Python 3.9 usages across dev tools, examples, and tests#4094
aignas merged 8 commits into
bazel-contrib:mainfrom
rickeylev:upgrade_python_base_version

Conversation

@rickeylev

Copy link
Copy Markdown
Collaborator

Python 3.9 is reaching end-of-life and Dependabot does not process
codebases appearing to use Python 3.9. Newer developer and
documentation tools also require higher Python baselines.

Upgraded minimum Python versions from 3.9 to 3.10/3.11 across
developer requirements lockfiles, documentation snippets, example
workspaces/modules, and integration/unit test matrices.

Python 3.9 is reaching end-of-life and Dependabot does not process
codebases appearing to use Python 3.9. Newer developer and
documentation tools also require higher Python baselines.

Upgraded minimum Python versions from 3.9 to 3.10/3.11 across
developer requirements lockfiles, documentation snippets, example
workspaces/modules, and integration/unit test matrices.
Synchronize Windows requirements lockfiles and the Gazelle python manifest in examples to match the upgraded Python interpreter baselines.
Format bzlmod requirements_windows_3_10.txt using the pip-compile layout matching requirements_lock_3_10.txt so requirements.test passes on Windows.
Remove root uv lock targets for bzlmod 3.10 lockfiles so they are solely managed by pip-compile inside examples/bzlmod.
Address review comments requesting higher Python versions across
documentation and examples.

Updated docs and example targets to use Python 3.12 through 3.14,
regenerated corresponding pip lockfiles, and updated test assertions.
Sync requirements_windows_3_10.txt with updated Pylint and Astroid
versions in requirements.in to fix Windows CI test failures.
Sync pull request branch with latest changes from upstream/main to
ensure compatibility.

Merged upstream/main into upgrade_python_base_version without rebasing.
Ensure all markdown lines in download.md wrap strictly at or under 80
columns to satisfy documentation formatting rules.
@rickeylev
rickeylev marked this pull request as ready for review August 22, 2026 22:14
@aignas
aignas added this pull request to the merge queue Aug 23, 2026
Merged via the queue into bazel-contrib:main with commit 7dda346 Aug 23, 2026
5 checks passed
@rickeylev
rickeylev deleted the upgrade_python_base_version branch August 23, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants