The current version of Python is 3.14.6 (as of 10/06/2026).
Python
Python Software Foundation · current 3.14.6
Python at a glance
Python is one of the most widely used programming languages, behind automation, tooling and many server applications. The core team ships a new minor version yearly, each maintained with bug and security fixes for several years; security patches also cover the standard library.
For admins Python is often a runtime beneath an application, whose requirements set the version. Apply security fixes promptly by moving the Python version in servers, containers and CI. The end-of-life date of your minor version belongs in the calendar — after that, gaps stay open. Version managers (pyenv) and containers keep multiple Pythons in parallel; on updates, check the application and its packages (especially native extensions). Track system-Python and app-Python separately, and keep pip/dependencies audited for known vulnerabilities.
Support cycles (endoflife.date)
| Cycle | Latest version | Status |
|---|---|---|
| 3.14 | 3.14.6 | EOL 31 Oct 30 |
| 3.13 | 3.13.14 | EOL 31 Oct 29 |
| 3.12 | 3.12.13 | EOL 31 Oct 28 |
| 3.11 | 3.11.15 | EOL 31 Oct 27 |
| 3.10 | 3.10.20 | EOL 31 Oct |
| 3.9 | 3.9.25 | End of Life |
| 3.8 | 3.8.20 | End of Life |
| 3.7 | 3.7.17 | End of Life |
Release history · as detected by patchletter
| Version | Channel | Date | Notes |
|---|---|---|---|
| 3.14.6 | STABLE | 10/06/2026 | – |
| 3.13.14 | STABLE | 10/06/2026 | – |
| 3.12.13 | STABLE | 03/03/2026 | – |
| 3.11.15 | STABLE | 03/03/2026 | – |
| 3.10.20 | STABLE | 03/03/2026 | – |
| 3.9.25 | STABLE | 31/10/2025 | – |
| 3.8.20 | STABLE | 06/09/2024 | – |
| 3.7.17 | STABLE | 05/06/2023 | – |
| 3.6.15 | STABLE | 03/09/2021 | – |
| 3.5.10 | STABLE | 05/09/2020 | – |
| 3.4.10 | STABLE | 18/03/2019 | – |
| 3.3.7 | STABLE | 19/09/2017 | – |
| 3.2.6 | STABLE | 12/10/2014 | – |
| 3.1.5 | STABLE | 06/04/2012 | – |
| 3.0.1 | STABLE | 12/02/2009 | – |
| 2.7.18 | STABLE | 19/04/2020 | – |
| 2.6.9 | STABLE | 29/10/2013 | – |
Never miss a Python update
We check the source daily and email you — instantly or as a digest. Free, one-click unsubscribe.
Watch Python