From 03b259242609f6ff9171f8169bf0cb665ef94c60 Mon Sep 17 00:00:00 2001 From: RobPasMue <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 6 Aug 2026 00:18:49 +0000 Subject: [PATCH] chore: update Python versions --- src/ansys/tools/installer/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/tools/installer/constants.py b/src/ansys/tools/installer/constants.py index 6f94b5bc..971ca313 100644 --- a/src/ansys/tools/installer/constants.py +++ b/src/ansys/tools/installer/constants.py @@ -232,8 +232,8 @@ "Python 3.10": "3.10.11", "Python 3.11": "3.11.9", "Python 3.12": "3.12.10", - "Python 3.13": "3.13.14", - "Python 3.14": "3.14.6", + "Python 3.13": "3.13.15", + "Python 3.14": "3.14.7", } CONDA_PYTHON_VERSION = "24.1.2-0"