-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Python 3.6 is widely used in our CI jobs (as it is default for Ubuntu 18.04, that we use), and it is going to be in EOL (end of life) status by 31st December 2021, which means no security fixes to be released after that date. See https://www.python.org/dev/peps/pep-0494/#lifespan.
This issue is a placeholder for us to discuss on moving away from Python 3.6 and decide:
- Which version to use? Suggestion: Python 3.8 (EOL October/2024), installed from the
deadsnakesrepository, so that we can move Python soon and in future move Ubuntu version as well. See Python 3.8 release information https://www.python.org/dev/peps/pep-0569/ - How to get there
- Expected side-effects and changes, e.g. tlcpack
cc @tqchen @areusch @u99127 @Mousius @jroesch @driazati @mshawcroft for comments
mshr-h and zengqingfu1442driazati