conda create -c conda-forge -n py311 python=3.11
https://anaconda.org/conda-forge/python
https://github.com/conda-forge/python-feedstock/pull/577
Using mamba to create a new encoding called py311 with python 3.11:
mamba create -n py311 python=3.11