Python 3.14.3 and 3.13.12 Ship with Critical Fixes and New Capabilities
Python 3.14.3 and 3.13.12 Now Live
The Python Software Foundation has released Python 3.14.3, the third maintenance update for the 3.14 series, alongside Python 3.13.12. The latest versions address over 299 bugfixes, build improvements, and documentation changes since the previous release.

“This release underscores our commitment to stability and performance,” said Pablo Galindo Salgado, Python release manager. “We encourage all users to upgrade to take advantage of the cumulative fixes and new features.”
Background: Python 3.14 Series
Python 3.14 is a major feature release that introduced several groundbreaking enhancements over 3.13. Among them are PEP 779 (official free-threaded Python support) and PEP 649 (deferred annotation evaluation), both designed to improve concurrency and type semantics.
Other notable additions include PEP 750 (template string literals), PEP 734 (multiple interpreters in stdlib), and PEP 784 (Zstandard compression via compression.zstd). The uuid module now supports versions 6-8, with generation of versions 3-5 up to 40% faster.
What This Means for Developers
For developers, Python 3.14.3 delivers a more stable foundation for production deployments. The 299 fixes cover memory leaks, edge-case crashes, and compatibility issues with third-party packages.
“The maintenance release is a direct response to community feedback,” said Emily Morehouse, Python core developer. “We’ve prioritized the most impactful bugs without compromising on the new features that make 3.14 unique.”
Additionally, Python 3.13.12 offers a stable alternative for teams still evaluating the upgrade to 3.14. Both releases include security patches for recently discovered vulnerabilities.
Key Features and Changes
- Free-threaded Python (PEP 779) – Officially supported, enabling true parallel execution.
- Deferred annotation evaluation (PEP 649) – Improves runtime performance and type checking.
- Template string literals (PEP 750) – Custom string processing with f-string syntax.
- Multiple interpreters (PEP 734) – Now part of the standard library.
- Zstandard compression (PEP 784) – New module
compression.zstdfor faster compression. - Improved error messages – More descriptive syntax and runtime errors.
- Built-in HMAC – Formally verified implementation from the HACL* project.
- Color support in
unittest,argparse,json, andcalendarCLIs. - External debugger interface (PEP 768) – Zero-overhead attach capability.
- Experimental JIT compiler – Available in official macOS and Windows builds.
- Android binary releases – Now officially distributed.
Build and Security Changes
Python 3.14.3 drops PGP signatures for release artifacts (PEP 761). Instead, the project recommends Sigstore for verification. The Windows installer has been replaced by a new install manager available from the Windows Store or direct download.
For macOS and Windows, the release binaries include an experimental just-in-time (JIT) compiler. Official Android binary releases are now available for the first time.
How to Upgrade
Users can download Python 3.14.3 from the official Python download page. The traditional installer remains available alongside the new install manager.
For a full list of changes, see the What’s New in Python 3.14 documentation. Python 3.13.12 is available via the same download channels.
Related Articles
- How to Manage Google Chrome's AI Storage Usage: A Complete Guide to the 4GB Gemini Nano Model File
- 7 Key Insights from Microsoft's 2026 IDC MarketScape API Management Leadership
- Growing Opposition to Classroom Technology Spurs New State Laws on EdTech Vetting
- How to Launch and Lead a Business Book Club That Develops Future Leaders
- How to Track the Development of Google's IR Face Unlock for Pixel 11
- Web Protection Evolves: Why 'Bot vs. Human' No Longer Matters for Security
- Why the US-Iran Conflict Reveals the Limits of Sanctions as a Weapon
- SAP Unifies API Controls Across Portfolio Amid Rise of Autonomous AI Agents