Python 3.13 is the upgrade that pays for itself. Want to try it early? The first beta (3.13.0b1) is expected in May 2025. You can test the --disable-gil build today from the main branch of CPython.

The November 2025 release will be remembered as the moment Python finally grew up as a systems language – without breaking its soul as a dynamic, friendly scripting environment.

With the experimental no-GIL mode, Python can now credibly compete with Java and Go for CPU-bound parallel workloads. With the C&P JIT, it narrows the gap with Lua and JavaScript in tight loops.