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
- reMarkable Launches Paper Pure: $399 E Ink Tablet Set to Replace reMarkable 2
- iOS 26.5 Arrives Next Week: Apple Unveils End-to-End Encryption for RCS and Maps Ads
- Cloudflare Launches 'Dynamic Workflows' to Enable Per-Tenant Durable Execution at Scale
- How to Decode the Kubernetes v1.36 'Haru' Release Theme
- Effortless PC Care: A Monthly Maintenance Routine That Actually Works
- Rust 1.94.1 Ships Critical Security Fixes and Regression Patches
- Overcoming the Zigzag: How Momentum Accelerates Gradient Descent
- 10 Key Facts Behind Apple's $250 Million Siri Settlement