Skip to content

Commit

Permalink
chore: update Python versions (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Apr 16, 2024
1 parent 59c7f78 commit 899674e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ansys/tools/installer/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@
"Python 3.8": "3.8.10",
"Python 3.9": "3.9.13",
"Python 3.10": "3.10.11",
"Python 3.11": "3.11.6",
"Python 3.12": "3.12.0",
"Python 3.11": "3.11.9",
"Python 3.12": "3.12.3",
}

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

0 comments on commit 899674e

Please sign in to comment.