wiki:Python3

Version 2 (modified by ken@…, 19 months ago) ( diff )

--

Python3

From time to time there are new releases of Python3 which fix known security vulnerabilities.

If you ever are running such an old system that you need to upgrade the version of Python3 to a new minor version, you will need to find suitable versions of all the packages which installed modules in site-python and recompile them.

However, if there is a new release of the same minor version (3.10, 3.9, etc) you can just upgrade that and the existing modules should continue to work. Although current 3.10 is in 'bugfix' status, several of the previous series are still receiving security fixes (back to 3.7 in September 2022), see https://www.python.org/downloads/source/

Up
Top

Note: See TracWiki for help on using the wiki.