← 返回首页
scripts: Add automation to add python patch releases by jamesobutler · Pull Request #428 · python-cmake-buildsystem/python-cmake-buildsystem · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

scripts: Add automation to add python patch releases#428

Open
jamesobutler wants to merge 2 commits into
python-cmake-buildsystem:masterfrom
jamesobutler:automation-new-minor-versions
Open

scripts: Add automation to add python patch releases#428
jamesobutler wants to merge 2 commits into
python-cmake-buildsystem:masterfrom
jamesobutler:automation-new-minor-versions

Conversation

Copy link
Copy Markdown
Contributor

This adds a script for updating the code to have support for newer python patch releases. This script was successfully run to add support for python 3.9.23, 3.10.18, 3.11.13 and 3.12.11.

This could in the future be run by a GitHub actions scheduled automation with appropriate credentials for commiting changes to workflow files which are updated by this script.

Script output:

Updated python-version matrix and job names in C:\GitHub\python-cmake-buildsystem\.github\workflows\CI.yml Updated python_version fields and job names in C:\GitHub\python-cmake-buildsystem\.circleci\config.yml Added set(_download_3.9.23_md5 "e6c3c5ba679cc6a1e2932b2fdcafbc3d") to CMakeLists.txt after line 280 Added set(_download_3.10.18_md5 "035ff701ad6c9183dc4c6de817924892") to CMakeLists.txt after line 300 Added set(_download_3.11.13_md5 "8abf1b1a9237f01b54572e2ecb246262") to CMakeLists.txt after line 315 Added set(_download_3.12.11_md5 "45bda920329568dd6650b0ac556d17db") to CMakeLists.txt after line 328 Updated default PYTHON_VERSION in CMakeLists.txt: set(PYTHON_VERSION "3.12.10" CACHE STRING "The version of Python to build.") -> set(PYTHON_VERSION "3.12.11" CACHE STRING "The version of Python to build.")

jamesobutler force-pushed the automation-new-minor-versions branch from 6e60971 to 55339b1 Compare September 4, 2025 04:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Footer

© 2026 GitHub, Inc.