Skip to content

Commit c115ec8

Browse files
committed
Merge branch 'main' into release/0.3
2 parents 9d56d3a + ed43688 commit c115ec8

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

doc/source/installer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ Regarding the available Python versions, users can select among the following on
245245
* Python 3.10
246246
* Python 3.11
247247
* Python 3.12
248-
* Python 3.13
249248

250249
.. collapse:: Linux : Python installation
251250

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ classifiers = [
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
31-
"Programming Language :: Python :: 3.13",
3231
]
3332
dynamic = ["version"]
3433

scripts/update_python_versions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def get_minor_version_sublist_with_greater_patch(list: list[str], current_versio
8080
# "Python 3.10": "3.10.11",
8181
# "Python 3.11": "3.11.6",
8282
# "Python 3.12": "3.12.0",
83-
# "Python 3.13": "3.13.2",
8483
# }
8584
#
8685
# CONDA_PYTHON_VERSION = "23.1.0-4"

src/ansys/tools/installer/find_python.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ def _find_installed_python_linux():
170170
>>> installed_pythons
171171
{'/home/user/python/py311/bin/python': ('3.11.3', False),
172172
'/home/user/python/py311/bin/python3': ('3.11.3', False),
173-
'/usr/bin/python3.7': ('3.7.16', True),
174-
'/usr/bin/python3.8': ('3.8.16', True),
175-
'/usr/bin/python3.9': ('3.9.16', True)}
176173
177174
"""
178175
LOG.debug("Identifying all installed versions of python on Linux")

0 commit comments

Comments
 (0)