From 07e4a7f5245a5710cd4312f91bb3e83c53e74de4 Mon Sep 17 00:00:00 2001 From: RobPasMue <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:30:15 +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 dfd91c84..f077c51a 100644 --- a/src/ansys/tools/installer/constants.py +++ b/src/ansys/tools/installer/constants.py @@ -225,7 +225,7 @@ "Python 3.9": "3.9.13", "Python 3.10": "3.10.11", "Python 3.11": "3.11.9", - "Python 3.12": "3.12.5", + "Python 3.12": "3.12.6", } CONDA_PYTHON_VERSION = "24.1.2-0"