Python Lifecycle: End Of Life And Support Status
Last updated on November 10, 2023
Python is an interpreted programming language, which means that the implementations execute the instructions directly without having to compile the code into a machine-understandable language. Moreover, it is also an object-oriented language, which means that it is based on attributes.
Python is a high-level programming language used for multiple purposes, which is why a Python developer can create different types of programs. With its easy-to-understand and brief syntax, it allows the developers to write complex programs in a limited number of lines.
Support status guide
End of life (EOL) is the end of a product’s useful life. When a product reaches the end of its life cycle, the manufacturer no longer supports it. The following table explains the different phases of a product’s lifecycle. Testing status is when the product is initially released and EOL is when product support is no longer offered. The time between these two points is the support timeframe.
Testing
The software is not yet publicly available. It is in testing phase i.e., alpha, beta, release preview etc.
Active
The software is actively supported by the vendor.
Phasing Out
The software will soon reach its end of life. You need to look for upgrade or migration options. The software will automatically go into phasing out status 2 months before end of life.
End Of Life
The software is no longer supported by the vendor. You need to make sure your system and environment are safe.
Version
Released
Active Support
Security Support
(1 October 2024)
(15 October 2026)
(10 October 2029)
(2 October 2023)
(2 April 2025)
(2 October 2028)
(24 October 2022)
(1 April 2024)
(24 October 2027)
(4 October 2021)
(5 April 2023)
(4 October 2026)
(5 October 2020)
(17 May 2022)
(5 October 2025)
(14 October 2019)
(3 May 2021)
(14 October 2024)
(26 June 2018)
(27 June 2020)
(27 June 2023)
(22 December 2016)
(24 December 2018)
(23 December 2021)
(12 September 2015)
(13 September 2020)
(15 March 2014)
(18 March 2019)
(29 September 2012)
(29 September 2017)
(3 July 2010)
(1 January 2020)
(1 October 2008)
(9 October 2013)
After 2018, with the release of Python version 3.7, a newer version is released every year. It is then supported for a total of 5 years from the release date, which is divided into Active Support and Security support.
Active Support is offered for 1.5 years, during which the Python version receives security updates as well as bug fixes. In the remaining 3.5 years, the Python version is in the Security Support phase, where they only receive security patches.
Starting with Python version 3.13, each version will receive 2 years of Active Support and 3 years of Security Support. This information can be confirmed by the official Python Enhancement Proposals (PEPs).
You can find accurate information about the upcoming releases and which Python version is receiving which kind of support on the Python status webpage.
EOLs