Skip to content

Commit 899674e

Browse files
authored
chore: update Python versions (#263)
1 parent 59c7f78 commit 899674e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ansys/tools/installer/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@
193193
"Python 3.8": "3.8.10",
194194
"Python 3.9": "3.9.13",
195195
"Python 3.10": "3.10.11",
196-
"Python 3.11": "3.11.6",
197-
"Python 3.12": "3.12.0",
196+
"Python 3.11": "3.11.9",
197+
"Python 3.12": "3.12.3",
198198
}
199199

200-
CONDA_PYTHON_VERSION = "23.1.0-4"
200+
CONDA_PYTHON_VERSION = "24.1.2-0"

0 commit comments

Comments
 (0)