From 36b16e1b169d41927deaf1e91b20d79fef60e504 Mon Sep 17 00:00:00 2001 From: RobPasMue <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:33:00 +0000 Subject: [PATCH] chore: update Python versions --- src/ansys/tools/installer/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/tools/installer/constants.py b/src/ansys/tools/installer/constants.py index b5b01b33..53a1db76 100644 --- a/src/ansys/tools/installer/constants.py +++ b/src/ansys/tools/installer/constants.py @@ -224,7 +224,7 @@ "Python 3.10": "3.10.11", "Python 3.11": "3.11.9", "Python 3.12": "3.12.10", - "Python 3.13": "3.13.13", + "Python 3.13": "3.13.14", } CONDA_PYTHON_VERSION = "24.1.2-0"