grass icon indicating copy to clipboard operation
grass copied to clipboard

CI(deps): Update dependency python to v3.12.4

Open renovate[bot] opened this issue 1 year ago • 3 comments

Mend Renovate

This PR contains the following updates:

Package Update Change
python (source) minor 3.10 -> 3.12

Release Notes

python/cpython (python)

v3.12.4

Compare Source

v3.12.3

Compare Source

v3.12.2

Compare Source

v3.12.1

Compare Source

v3.12.0

Compare Source

v3.11.9

Compare Source

v3.11.8

Compare Source

v3.11.7

Compare Source

v3.11.6

Compare Source

v3.11.5

Compare Source

v3.11.4

Compare Source

v3.11.3

Compare Source

v3.11.2

Compare Source

v3.11.1

Compare Source

v3.11.0

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jun 14 '24 16:06 renovate[bot]

Not quite ready to merge, need to investigate more on the failure

echoix avatar Jun 14 '24 20:06 echoix

During the community meeting, I tried to make it pass. The old version of Pylint we used didn't support later Python versions, like Python 3.12, since some parts were removed. However, I wasn't able to have a version of Pylint that still didn't complain too much about our codebase without disabling too much. Even our config file wasn't supported, too much deprecated and removed parts. But only later versions of Pylint support later versions of Python. That was where we were at.

echoix avatar Aug 04 '24 18:08 echoix