Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/source/installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ Regarding the available Python versions, users can select among the following on
* Python 3.10
* Python 3.11
* Python 3.12
* Python 3.13

.. collapse:: Linux : Python installation

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dynamic = ["version"]

Expand Down
1 change: 0 additions & 1 deletion scripts/update_python_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def get_minor_version_sublist_with_greater_patch(list: list[str], current_versio
# "Python 3.10": "3.10.11",
# "Python 3.11": "3.11.6",
# "Python 3.12": "3.12.0",
# "Python 3.13": "3.13.2",
# }
#
# CONDA_PYTHON_VERSION = "23.1.0-4"
Expand Down
3 changes: 0 additions & 3 deletions src/ansys/tools/installer/find_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ def _find_installed_python_linux():
>>> installed_pythons
{'/home/user/python/py311/bin/python': ('3.11.3', False),
'/home/user/python/py311/bin/python3': ('3.11.3', False),
'/usr/bin/python3.7': ('3.7.16', True),
'/usr/bin/python3.8': ('3.8.16', True),
'/usr/bin/python3.9': ('3.9.16', True)}

"""
LOG.debug("Identifying all installed versions of python on Linux")
Expand Down
Loading