You can force Conda to use a specific Python version by passing "Python=your_version" as a parameter.
Here is an example of creating an environment 'myenv' with Python 3.11 installed.
conda create --name myenv python=3.11