Python 3.13 Release candidate builds on conda-forge
conda-forge now supports Python 3.13 release candidates on conda. You can create a new environment with Python 3.13 by running the command:
conda create -n py313 python=3.13 -c conda-forge/label/python_rc -c conda-forge