Skip to content

Commit

Permalink
docs: remove traces of python3.9 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Nov 25, 2024
1 parent 28c9b3b commit 633ff92
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/hpc/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 633ff92

Please sign in to comment.