Not one, not two, not three, not four, not five, but six releases! Is this the most in a single day? 3.12-3.14 were regularly scheduled, and we had some security fixes to release in 3.9-3.11 so let’s make a big day of it. This also marks the last bugfix release of 3.12 as it enters the security-only phase. See devguide.python.org/versions/ for a chart. Python 3.14.0a7 Here comes the final alpha! This means we have just four weeks until the first beta to get those last features into 3.14 before...
I’ve been playing around with the free-threaded build of 3.13 and it seems pretty stable with the standard library at least. Most of what I’ve read suggests the only problems have been with 3rd party libraries that make unsafe assumptions about the GIL being around. But I’ve tried it out with my own production code and it’s been rock solid and performant (at least by Python standards).
Have you tried it with gunicorn?
That’s encouraging!