From e490619d5698b861527b118a7283441828d83f8d Mon Sep 17 00:00:00 2001 From: RobPasMue <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 6 May 2024 15:10:52 +0000 Subject: [PATCH] chore: update Python versions --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8bae1f4c..4e556c0e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -10,7 +10,7 @@ on: env: MAIN_PYTHON_VERSION: '3.11' - PRECOMPILE_PYTHON_VERSION: '3.11.6' + PRECOMPILE_PYTHON_VERSION: '3.11.9' DOCUMENTATION_CNAME: 'installer.docs.pyansys.com' LIBRARY_NAME: 'ansys-tools-installer' LIBRARY_NAMESPACE: 'ansys.tools.installer'