Python 3.15.0rc1 on conda-forge, a leaner libpython, and a more unixy Windows layout
Following the release of Python 3.15.0rc1, conda-forge has started building Python 3.15 packages. You can create an environment with the Python 3.15 release candidate by running the command:
conda create -n py315 python=3.15 -c conda-forge -c conda-forge/label/python_rc
As with previous feature releases, we start building against the release
candidate because the ABI is guaranteed to be stable from here to the final
3.15.0. This is also a release where the python package on Windows looks
noticeably different on disk, and where the shared library that every
python package used to carry has moved into its own package.





