grass
grass copied to clipboard
CI(deps): Update dependency python to v3.12.4
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| python (source) | minor | 3.10 -> 3.12 |
Release Notes
python/cpython (python)
v3.12.4
v3.12.3
v3.12.2
v3.12.1
v3.12.0
v3.11.9
v3.11.8
v3.11.7
v3.11.6
v3.11.5
v3.11.4
v3.11.3
v3.11.2
v3.11.1
v3.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 has been generated by Mend Renovate. View repository job log here.
Not quite ready to merge, need to investigate more on the failure
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.