Python 3.14 is already usable on conda-forge (not just available)
With yesterday's release of Python 3.14, we not only have Python 3.14 itself available on conda-forge, but also a wide selection of packages to make use of it. As the conda ecosystem is based on binary packages, this means that several packages are already built for Python 3.14.
You can create a new environment by using:
conda create -n py314 python=3.14 -c conda-forge
At the time of writing, the Python 3.14 migration is 77% progressed. This means that:
- 1273 (41%) packages that needed a rebuild were built for Python 3.14
- 1115 (36%) have an open PR to get rebuilt for Python 3.14
- 704 (23%) packages are still waiting for a dependency to be rebuilt.


