Python 3.14.0 (final) is here!

The ci-images have been updated to include the final 3.14.0 release. From now until 3.15.0a1, they’ll also include those builds at git head, whenever the automation runs. For Pythons >= 3.13, you’ll get both the standard build and the free-threading builds (e.g. 3.14.0t).

Other visible changes include:

  • Ubuntu 24.04 serves as the base OS
  • pipx from Ubuntu is installed, rather than from PyPI
  • mypy, codecov, and tox are no longer pip installed by default. The latest uv is still installed.
3 Likes