I created a conda environment without specifying the Python version. By default, it selected 3.13 and now I want to install CatBoost which does not support Python 3.13. How can I delete the existing conda environment to install Python 3.12? Any command?