@@ -27,7 +27,7 @@ concurrency:
2727
2828env :
2929 DOCUMENTATION_CNAME : ' dpf.docs.pyansys.com'
30- MAIN_PYTHON_VERSION : ' 3.9 '
30+ MAIN_PYTHON_VERSION : ' 3.10 '
3131
3232jobs :
3333 debug :
@@ -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.10 "]'
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.10 "]'
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.10 "]'
143143 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
144144 secrets : inherit
145145
@@ -151,6 +151,7 @@ jobs:
151151 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
152152 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
153153 event_name : ${{ github.event_name }}
154+ python_version : " 3.11"
154155 secrets : inherit
155156
156157 upload-development-docs :
@@ -174,7 +175,7 @@ jobs:
174175 needs : pick_server_suffix
175176 with :
176177 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '252' }}
177- python_versions : ' ["3.9 "]'
178+ python_versions : ' ["3.10 "]'
178179 standalone_suffix : ${{needs.pick_server_suffix.outputs.suffix}}
179180 secrets : inherit
180181
@@ -184,7 +185,7 @@ jobs:
184185 uses : ./.github/workflows/tests.yml
185186 with :
186187 ANSYS_VERSION : " 251"
187- python_versions : ' ["3.9 "]'
188+ python_versions : ' ["3.10 "]'
188189 DOCSTRING : false
189190 standalone_suffix : ' '
190191 secrets : inherit
@@ -195,7 +196,7 @@ jobs:
195196 uses : ./.github/workflows/tests.yml
196197 with :
197198 ANSYS_VERSION : " 242"
198- python_versions : ' ["3.9 "]'
199+ python_versions : ' ["3.10 "]'
199200 DOCSTRING : false
200201 standalone_suffix : ' '
201202 secrets : inherit
@@ -206,7 +207,7 @@ jobs:
206207 uses : ./.github/workflows/tests.yml
207208 with :
208209 ANSYS_VERSION : " 241"
209- python_versions : ' ["3.9 "]'
210+ python_versions : ' ["3.10 "]'
210211 DOCSTRING : false
211212 standalone_suffix : ' .sp01'
212213 secrets : inherit
@@ -217,7 +218,7 @@ jobs:
217218 uses : ./.github/workflows/tests.yml
218219 with :
219220 ANSYS_VERSION : " 232"
220- python_versions : ' ["3.9 "]'
221+ python_versions : ' ["3.10 "]'
221222 DOCSTRING : false
222223 standalone_suffix : ' '
223224 secrets : inherit
@@ -228,7 +229,7 @@ jobs:
228229 uses : ./.github/workflows/tests.yml
229230 with :
230231 ANSYS_VERSION : " 231"
231- python_versions : ' ["3.9 "]'
232+ python_versions : ' ["3.10 "]'
232233 DOCSTRING : false
233234 secrets : inherit
234235
@@ -238,7 +239,7 @@ jobs:
238239 uses : ./.github/workflows/tests.yml
239240 with :
240241 ANSYS_VERSION : " 222"
241- python_versions : ' ["3.9 "]'
242+ python_versions : ' ["3.10 "]'
242243 DOCSTRING : false
243244 secrets : inherit
244245
0 commit comments