@@ -106,7 +106,7 @@ jobs:
106
106
needs : pick_server_suffix
107
107
with :
108
108
ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
109
- python_versions : ' ["3.9 "]'
109
+ python_versions : ' ["3.12 "]'
110
110
wheel : true
111
111
wheelhouse : false
112
112
standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
@@ -117,7 +117,7 @@ jobs:
117
117
needs : pick_server_suffix
118
118
with :
119
119
ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
120
- python_versions : ' ["3.9 "]'
120
+ python_versions : ' ["3.12 "]'
121
121
wheel : true
122
122
wheelhouse : false
123
123
standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
@@ -139,7 +139,7 @@ jobs:
139
139
needs : pick_server_suffix
140
140
with :
141
141
ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
142
- python_versions : ' ["3.9 "]'
142
+ python_versions : ' ["3.12 "]'
143
143
standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
144
144
secrets : inherit
145
145
@@ -174,7 +174,7 @@ jobs:
174
174
needs : pick_server_suffix
175
175
with :
176
176
ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
177
- python_versions : ' ["3.9 "]'
177
+ python_versions : ' ["3.12 "]'
178
178
standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
179
179
secrets : inherit
180
180
0 commit comments