From 633ff929607fda27ed46c7b9a93d5594e2469f32 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:03:51 +0100 Subject: [PATCH] docs: remove traces of python3.9 in docs --- .github/ISSUE_TEMPLATE/bug.yml | 1 - .github/ISSUE_TEMPLATE/examples.yml | 1 - doc/source/user_guide/hpc/settings.rst | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 21286bf778..0dcdf58886 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -80,7 +80,6 @@ body: description: Run `python --version` to verify your Python version multiple: false options: - - '3.9' - '3.10' - '3.11' - '3.12' diff --git a/.github/ISSUE_TEMPLATE/examples.yml b/.github/ISSUE_TEMPLATE/examples.yml index 74a72ac58f..0e9f4971ea 100644 --- a/.github/ISSUE_TEMPLATE/examples.yml +++ b/.github/ISSUE_TEMPLATE/examples.yml @@ -56,7 +56,6 @@ body: description: Run `python --version` to verify your Python version multiple: false options: - - '3.9' - '3.10' - '3.11' - '3.12' diff --git a/doc/source/user_guide/hpc/settings.rst b/doc/source/user_guide/hpc/settings.rst index 6654d291a4..7d3d63219a 100644 --- a/doc/source/user_guide/hpc/settings.rst +++ b/doc/source/user_guide/hpc/settings.rst @@ -40,7 +40,7 @@ To print the version of Python you have available, use this code: .. code-block:: console user@machine:~$ python3 --version - Python 3.9.16 + Python 3.10.15 You should be aware that your machine might have other Python versions installed.