You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the tech debt to be addressed, include links and screenshots
With the use of relenv in 3006.x and above, Pyhton 3.10 is only supported at the moment, but pre-commit is checking for Python 3.7 and 3.8 which are EOL.
Note leaving support for Python 3.9 as this is required at the moment in order to build, that is, build tools/scripts/actions are currently making use of system python, for example: Rocky Linux 9 is using Python 3.9.
Note, Python 3.11 and 3.12 shall remain as part of the pre-commit since there is on-going work to support these versions of Python, that ha not been released yet.
Versions Report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)
The text was updated successfully, but these errors were encountered:
dmurphy18
changed the title
[TECH DEBT] [3006.x] Removed Python 3.7, 3.8 and 3.9 from pre-commit
[TECH DEBT] [3006.x] Removed Python 3.7 and 3.8 from pre-commit
Feb 13, 2025
Description of the tech debt to be addressed, include links and screenshots
With the use of relenv in 3006.x and above, Pyhton 3.10 is only supported at the moment, but pre-commit is checking for Python 3.7 and 3.8 which are EOL.
Note leaving support for Python 3.9 as this is required at the moment in order to build, that is, build tools/scripts/actions are currently making use of system python, for example: Rocky Linux 9 is using Python 3.9.
Note, Python 3.11 and 3.12 shall remain as part of the pre-commit since there is on-going work to support these versions of Python, that ha not been released yet.
Versions Report
(Provided by running
salt --versions-report
. Please also mention any differences in master/minion versions.)The text was updated successfully, but these errors were encountered: