From 07027f682ee248ec836db797d1c28e1d55d6f2fc Mon Sep 17 00:00:00 2001 From: drf5n Date: Wed, 5 Nov 2025 12:26:06 -0500 Subject: [PATCH 1/2] Update transitioning_from_defaults.md to recent python3 --- docs/user/transitioning_from_defaults.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/transitioning_from_defaults.md b/docs/user/transitioning_from_defaults.md index 33f6bd77365..16ef649fcb7 100644 --- a/docs/user/transitioning_from_defaults.md +++ b/docs/user/transitioning_from_defaults.md @@ -22,7 +22,7 @@ Miniforge. ## Trying conda-forge in an isolated environment 1. Create a conda environment with very few dependencies. The following - command will only use packages from `conda-forge` to install Python 3.11. You + command will only use packages from `conda-forge` to install Python 3.14. You may adjust the version of Python to the one of your liking: ```bash From 1df11b582c98113e8e14392b175fe74a7e6e25c4 Mon Sep 17 00:00:00 2001 From: drf5n Date: Wed, 5 Nov 2025 15:23:32 -0500 Subject: [PATCH 2/2] Update docs/user/transitioning_from_defaults.md Co-authored-by: Uwe L. Korn --- docs/user/transitioning_from_defaults.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/transitioning_from_defaults.md b/docs/user/transitioning_from_defaults.md index 16ef649fcb7..b32e4bedd9f 100644 --- a/docs/user/transitioning_from_defaults.md +++ b/docs/user/transitioning_from_defaults.md @@ -22,7 +22,7 @@ Miniforge. ## Trying conda-forge in an isolated environment 1. Create a conda environment with very few dependencies. The following - command will only use packages from `conda-forge` to install Python 3.14. You + command will only use packages from `conda-forge` to install Python. You may adjust the version of Python to the one of your liking: ```bash