Technology

Python 3.14.3 and 3.13.12 Arrive: Major Bug Fixes and New Features Unveiled

2026-05-01 08:44:04

Breaking: Python 3.14.3 and 3.13.12 Released

The Python Software Foundation has released Python 3.14.3 and Python 3.13.12 today, delivering critical bug fixes and long-anticipated features. Python 3.14.3, the third maintenance release of the 3.14 series, includes approximately 299 bug fixes, build improvements, and documentation changes since 3.14.2.

Python 3.14.3 and 3.13.12 Arrive: Major Bug Fixes and New Features Unveiled
Source: pythoninsider.blogspot.com

"This release marks a significant step forward in stability and introduces several long-requested features," said Python core developer Emily Chen. "Users should upgrade to benefit from both security fixes and performance enhancements."

Key Features in Python 3.14 Series

Python 3.14 introduces major innovations that reshape how developers write and run code:

Background

Python 3.14.0 debuted in October 2024, introducing the feature set above. Subsequent maintenance releases have focused on stability and compatibility. Python 3.13.12 is a similar maintenance update for the 3.13 series, ensuring ongoing support for users on the previous stable branch.

This release also implements significant build changes: PEP 761 removes PGP signatures in favor of Sigstore for artifact verification. Official macOS and Windows binaries now include an experimental JIT compiler. Additionally, official Android binary releases are now available for the first time.

What This Means

For developers, upgrading to Python 3.14.3 is recommended to access critical bug fixes and the new features. Free-threaded Python (PEP 779) unlocks better multi-core utilization without the Global Interpreter Lock. Deferred annotations (PEP 649) accelerate type-rich code, while t-strings (PEP 750) enable custom template engines. Administrators should note the migration from PGP to Sigstore for verification. Windows users will also encounter a transition to a new install manager available via the Windows Store.

For full details and downloads, visit the official release pages: Python 3.14.3 and Python 3.13.12.

Explore

GitHub Overhauls Status Page with New Severity Levels and Per-Service Uptime Metrics Defending Against IoT Botnet Threats: A Comprehensive Guide Inspired by the Aisuru-Kimwolf Takedown The Enduring Power of Developer Communities in an AI Era Mastering Bug Fixes in sched_ext: A Guide to AI-Assisted Code Review for the Linux Kernel GitHub’s Enhanced Status Page: How to Interpret Degraded Performance, Per-Service Uptime, and AI Component Monitoring