Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2025

This PR contains the following updates:

Package Type Update Change
python uses-with minor 3.10 -> 3.14

Release Notes

actions/python-versions (python)

v3.14.2: 3.14.2

Compare Source

Python 3.14.2

v3.14.1: 3.14.1

Compare Source

Python 3.14.1

v3.14.0: 3.14.0

Compare Source

Python 3.14.0

v3.13.11: 3.13.11

Compare Source

Python 3.13.11

v3.13.10: 3.13.10

Compare Source

Python 3.13.10

v3.13.9: 3.13.9

Compare Source

Python 3.13.9

v3.13.8: 3.13.8

Compare Source

Python 3.13.8

v3.13.7: 3.13.7

Compare Source

Python 3.13.7

v3.13.6: 3.13.6

Compare Source

Python 3.13.6

v3.13.5: 3.13.5

Compare Source

Python 3.13.5

v3.13.4: 3.13.4

Compare Source

Python 3.13.4

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.12: 3.12.12

Compare Source

Python 3.12.12

v3.12.11: 3.12.11

Compare Source

Python 3.12.11

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

v3.11.14: 3.11.14

Compare Source

Python 3.11.14

v3.11.13: 3.11.13

Compare Source

Python 3.11.13

v3.11.12: 3.11.12

Compare Source

Python 3.11.12

v3.11.11: 3.11.11

Compare Source

Python 3.11.11

v3.11.10: 3.11.10

Compare Source

Python 3.11.10

v3.11.9: 3.11.9

Compare Source

Python 3.11.9

v3.11.8: 3.11.8

Compare Source

Python 3.11.8

v3.11.7: 3.11.7

Compare Source

Python 3.11.7

v3.11.6: 3.11.6

Compare Source

Python 3.11.6

v3.11.5: 3.11.5

Compare Source

Python 3.11.5

v3.11.4: 3.11.4

Compare Source

Python 3.11.4

v3.11.3: 3.11.3

Compare Source

Python 3.11.3

v3.11.2: 3.11.2

Compare Source

Python 3.11.2

v3.11.1: 3.11.1

Compare Source

Python 3.11.1

v3.11.0: 3.11.0

Compare Source

Python 3.11.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.

Copy link
Collaborator

@intgr intgr left a comment

Choose a reason for hiding this comment

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

Dammit! The "allowedVersions": "3.10" I added in #2955 didn't work.

It's not exactly clear what match rules I need to block this update. Will check later.

@intgr intgr self-assigned this Dec 16, 2025
@intgr
Copy link
Collaborator

intgr commented Dec 16, 2025

Debug logging to the rescue. https://developer.mend.io/github/typeddjango/django-stubs/-/job/28ce7489-7523-46ff-b1f3-7b4e24aa20f0

I'm using matchPackageNames, but actually "packageName": "actions/python-versions", "depName": "python"

Also maybe it's using "currentVersion": "3.10.19" as basis for version comparison rather than "currentValue": "3.10"? I'm not sure.

          {
            "datasource": "github-releases",
            "depName": "python",       // <-- !!!!!!!!!!!!!!!!!!!!!!!!
            "packageName": "actions/python-versions",       // <-- !!!!!!!!!!!!!!!!!!!!!!!!
            "versioning": "npm",
            "extractVersion": "^(?<version>\\d+\\.\\d+\\.\\d+)(-\\d+)?$",
            "currentValue": "3.10",
            "depType": "uses-with",
            "updates": [
              {
                "bucket": "non-major",
                "newVersion": "3.14.2",
                "newValue": "3.14",
                "releaseTimestamp": "2025-12-08T03:02:29.000Z",
                "newVersionAgeInDays": 8,
                "newMajor": 3,
                "newMinor": 14,
                "newPatch": 2,
                "updateType": "minor",
                "isBreaking": false,
                "isRange": true,
                "libYears": 0.1618601915271436,
                "branchName": "renovate/python-3.x"
              }
            ],
            "warnings": [],
            "sourceUrl": "https://github.com/actions/python-versions",
            "registryUrl": "https://github.com",
            "currentVersion": "3.10.19",       // <-- !!!!!!!!!!!!!!!!!!!!!!!!
            "currentVersionTimestamp": "2025-10-10T01:08:46.000Z",
            "currentVersionAgeInDays": 67,
            "isSingleVersion": false
          },

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.

2 participants