tutor
tutor copied to clipboard
In Tutor core & plugins, the minimum Python version should be bumped from 3.8 to 3.9
Is your feature request related to a problem? Please describe.
Python 3.8 is reaching end-of-life on Oct. 31st: https://endoflife.date/python This means that the minimum supported version of Tutor should bump to 3.9.
Describe the solution you'd like
- we should bump the minimum required version of Tutor and all plugins to 3.9.
- CI must be upgraded to build binaries with 3.9.
- We must get rid of documentation warnings triggered by python 3.8
- Basically, all references to 3.8 must be removed.