Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2025

This PR contains the following updates:

Package Type Update Change
python uses-with minor 3.11 -> 3.13

Release Notes

actions/python-versions (python)

v3.13.3: 3.13.3

Compare Source

Python 3.13.3

v3.13.2: 3.13.2

Compare Source

Python 3.13.2

v3.13.1: 3.13.1

Compare Source

Python 3.13.1

v3.13.0: 3.13.0

Compare Source

Python 3.13.0

v3.12.10: 3.12.10

Compare Source

Python 3.12.10

v3.12.9: 3.12.9

Compare Source

Python 3.12.9

v3.12.8: 3.12.8

Compare Source

Python 3.12.8

v3.12.7: 3.12.7

Compare Source

Python 3.12.7

v3.12.6: 3.12.6

Compare Source

Python 3.12.6

v3.12.5: 3.12.5

Compare Source

Python 3.12.5

v3.12.4: 3.12.4

Compare Source

Python 3.12.4

v3.12.3: 3.12.3

Compare Source

Python 3.12.3

v3.12.2: 3.12.2

Compare Source

Python 3.12.2

v3.12.1: 3.12.1

Compare Source

Python 3.12.1

v3.12.0: 3.12.0

Compare Source

Python 3.12.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency python to 3.13 Update dependency python to 3.13 Apr 6, 2025
@renovate renovate bot changed the title Update dependency python to 3.13 chore(deps): update dependency python to 3.13 Apr 10, 2025
@ethanglaser
Copy link
Contributor

Do we care about having the latest python version here? 3.11 seems like a good middle ground

@ethanglaser ethanglaser added the dependencies Pull requests that update a dependency file label May 14, 2025
Copy link
Contributor Author

renovate bot commented May 14, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@david-cortes-intel
Copy link
Contributor

I think it's safe and desirable to upgrade.

In the regular CI job that builds docs, it installs python from the ubuntu repository, pulling from 'ubuntu-latest':

sudo apt-get install python3-setuptools

The latest ubuntu has python3.13 at the time of writing:
https://packages.ubuntu.com/plucky/python3

Hence, updating would make the docs release job match with the doc build job.

But what I'm not sure about is whether this is just a matter of updating the version number, since it has a hash for an action right above it:

uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0

.. and I cannot think of any way to verify that it actually works.

@yuejiaointel Any ideas?

@yuejiaointel
Copy link
Contributor

a26af69be951a213d495a4c3e4e4022e16d87065

I think it is safe to upgrade too. In the official website https://github.com/actions/setup-python/blob/a26af69be951a213d495a4c3e4e4022e16d87065/README.md the example uses python 3.13.

@david-cortes-intel david-cortes-intel merged commit 50f93a2 into main Aug 26, 2025
23 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants