While there was no major version release exactly on , the Python ecosystem remained highly active during this period . The official Python Source Releases and documentation show that the core team was focused on stabilizing the recently launched Python 3.14 and advancing the alpha phase for Python 3.15 . State of Python Versions (Late November 2025)
: Over 500 developers collaborated on a new web framework, Flare , that used Python’s built‑in observable data structures to automatically sync state between client and server. The codebase was a single requirements.txt file, and the server printed a line of JSON every time a user interacted, all thanks to the intent module. python release november 30 2025
The Global Interpreter Lock (GIL) had been Python’s most infamous compromise. It made single‑threaded programs simple, but it also hamstrung high‑performance workloads. Over the years, countless proposals— GIL‑free , subinterpreters , trio —had tried to work around it, each with trade‑offs. While there was no major version release exactly
🎉 — The Python Core Development Team The codebase was a single requirements