Skip to content

feat(toolchains): Add 3.14.0 - #3330

Merged
rickeylev merged 2 commits into
bazel-contrib:mainfrom
Ahajha:ahajha/3.14
Oct 7, 2025
Merged

feat(toolchains): Add 3.14.0#3330
rickeylev merged 2 commits into
bazel-contrib:mainfrom
Ahajha:ahajha/3.14

Conversation

@Ahajha

@AhajhaAhajha commented Oct 7, 2025

Copy link
Copy Markdown
Contributor

Per the title: 3.14.0 was released today.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @Ahajha, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates the newly released Python 3.14.0 into the project's toolchain. It updates the version definitions, download artifacts, and checksums from a release candidate to the stable release, ensuring that the latest Python version is fully supported and available for use within the build system and tests.

Highlights

  • Python 3.14.0 Support: This pull request officially adds support for Python version 3.14.0, replacing the previous release candidate (3.14.0rc1) with the final stable release.
  • Toolchain Configuration Update: The python/versions.bzl file has been updated with the correct download URLs and SHA256 checksums for Python 3.14.0 across various platforms and build configurations.
  • Bazel Module Integration: Python 3.14 has been added to the list of available Python versions in MODULE.bazel, making it accessible within the Bazel build system.
  • Changelog and Test Updates: The CHANGELOG.md has been updated to reflect the addition of Python 3.14.0, and test configurations in tests/python/python_tests.bzl have been adjusted to use the final 3.14.0 version.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

FeatureCommandDescription
Code Review/gemini reviewPerforms a code review for the current pull request in its current state.
Pull Request Summary/gemini summaryProvides a summary of the current pull request in its current state.
Comment@gemini-code-assistResponds in comments when explicitly tagged, both in pull request comments and review comments.
Help/gemini helpDisplays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assistgemini-code-assistBot left a comment

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.

Code Review

This pull request adds support for Python 3.14.0 by updating the toolchain versions, SHA256 hashes, and relevant mappings. The changes look good overall. I've added a couple of suggestions to improve code maintainability by sorting dictionary keys.

@rickeylevrickeylev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thank you!

@rickeylev
rickeylev added this pull request to the merge queueOct 7, 2025
Merged via the queue into bazel-contrib:main with commit ec1df01Oct 7, 2025
3 checks passed
Comment threadpython/versions.bzl
"3.14.0rc1": {
"url": "20250808/cpython-{python_version}+20250808-{platform}-{build}.{ext}",
"3.14.0": {
"url": "20251007/cpython-{python_version}+20251007-{platform}-{build}.{ext}",

@aignasaignasOct 8, 2025

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I would have loved to see the other toolchains from the same release to be also added, because that normally brings a number of fixes together. Nevertheless, thank you for contribution.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Ah that would make sense, just bumped this one since it addressed my immediate needs. I might add those, do you usually add them or replace the existing ones?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Replace the existing versions if they overlap and add a small note in the CHANGELOG for the changes.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Sounds good, will try to get to that tomorrow.

github-merge-queueBot pushed a commit that referenced this pull request Oct 11, 2025
Per request in
#3330 (comment)
---------
Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>
Sign up for freeto 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.

3 participants

@Ahajha@aignas@rickeylev