While not as common in micro releases, occasionally there might be minor enhancements that are deemed important but do not break backward compatibility.
was originally released on December 3, 2024 , as the first maintenance update for the Python 3.13 series. python 3.13.1 released news today
? AI can make mistakes, so double-check responses Copy Creating a public link... You can now share this thread with others Good response Bad response 16 sites Python Release Python 3.13.1 Emscripten is no longer an officially supported platform (but Pyodide continues to support Emscripten). iOS is now a Tier 3 suppor... Python.org Python Release Python 3.13.1 Update (28 August 2025) Due to reports of a security issue, we have revoked the code signing certificates used for the Windows bin... Python.org Download Python - Python.org Looking for a specific release? Python releases by version number: Release version Release date Click for more. Python 3.14.4 Apri... Python.org Download Python - Python.org Looking for a specific release? Python releases by version number: Release version Release date Click for more. Python 3.14.4 Apri... Python.org Python 3.13: Cool New Features for You to Try Oct 7, 2024 — While not as common in micro releases, occasionally
The latest version of Python is Python 3.12.0, which was released on October 2, 2023. You can check the official Python website for the most up-to-date information on Python releases. AI can make mistakes, so double-check responses Copy
Would you like a one-page cheatsheet comparing 3.12 → 3.13 features, or help testing a specific library with 3.13.1?
| Area | Fix | |------|-----| | | Fixed crash when using --with-pydebug + certain optimizations | | Core | Fixed re module issue with regex matching on long strings | | Typing | TypeIs now works correctly with @override | | asyncio | Resolved subprocess.exec hanging on Windows | | argparse | Fixed bug with allow_abbrev=False not respected | | pathlib | Path.glob() handles recursive ** edge cases better | | macOS | Fix for Tcl/Tk framework detection for tkinter | | Windows | os.spawnv() no longer leaks handles |