@@ -106,7 +106,7 @@ jobs:
106106 needs : pick_server_suffix
107107 with :
108108 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
109- python_versions : ' ["3.9 "]'
109+ python_versions : ' ["3.12 "]'
110110 wheel : true
111111 wheelhouse : false
112112 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
@@ -117,7 +117,7 @@ jobs:
117117 needs : pick_server_suffix
118118 with :
119119 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
120- python_versions : ' ["3.9 "]'
120+ python_versions : ' ["3.12 "]'
121121 wheel : true
122122 wheelhouse : false
123123 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
@@ -139,7 +139,7 @@ jobs:
139139 needs : pick_server_suffix
140140 with :
141141 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
142- python_versions : ' ["3.9 "]'
142+ python_versions : ' ["3.12 "]'
143143 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
144144 secrets : inherit
145145
@@ -174,7 +174,7 @@ jobs:
174174 needs : pick_server_suffix
175175 with :
176176 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
177- python_versions : ' ["3.9 "]'
177+ python_versions : ' ["3.12 "]'
178178 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
179179 secrets : inherit
180180
0 commit comments