@@ -73,11 +73,11 @@ jobs:
7373 name : ${{ steps.wheel.outputs.wheel_name }}
7474 path : dist/${{ steps.wheel.outputs.wheel_name }}
7575
76- tests_3_9 :
76+ tests_3_10 :
7777 uses : ./.github/workflows/tests.yml
7878 with :
7979 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
80- python_versions : ' ["3.9 "]'
80+ python_versions : ' ["3.10 "]'
8181 wheel : true
8282 wheelhouse : true
8383 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
@@ -87,18 +87,18 @@ jobs:
8787 uses : ./.github/workflows/tests.yml
8888 with :
8989 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
90- python_versions : ' ["3.10 ", "3.11 "]'
90+ python_versions : ' ["3.11 ", "3.12 "]'
9191 DOCSTRING : false
9292 wheel : false
9393 wheelhouse : true
9494 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
9595 secrets : inherit
9696
97- tests_any_3_9 :
97+ tests_any_3_10 :
9898 uses : ./.github/workflows/tests.yml
9999 with :
100100 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
101- python_versions : ' ["3.9 "]'
101+ python_versions : ' ["3.10 "]'
102102 wheel : true
103103 wheelhouse : false
104104 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
@@ -109,7 +109,7 @@ jobs:
109109 uses : ./.github/workflows/tests.yml
110110 with :
111111 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
112- python_versions : ' ["3.10 ", "3.11 "]'
112+ python_versions : ' ["3.11 ", "3.12 "]'
113113 DOCSTRING : false
114114 wheel : false
115115 wheelhouse : false
@@ -129,7 +129,7 @@ jobs:
129129 uses : ./.github/workflows/examples.yml
130130 with :
131131 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
132- python_versions : ' ["3.9 ", "3.10 ", "3.11 "]'
132+ python_versions : ' ["3.10 ", "3.11 ", "3.12 "]'
133133 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
134134 secrets : inherit
135135
@@ -138,7 +138,7 @@ jobs:
138138 uses : ./.github/workflows/tests.yml
139139 with :
140140 ANSYS_VERSION : " 242"
141- python_versions : ' ["3.9 "]'
141+ python_versions : ' ["3.10 "]'
142142 DOCSTRING : false
143143 secrets : inherit
144144
@@ -147,7 +147,7 @@ jobs:
147147 uses : ./.github/workflows/tests.yml
148148 with :
149149 ANSYS_VERSION : " 241"
150- python_versions : ' ["3.9 "]'
150+ python_versions : ' ["3.10 "]'
151151 standalone_suffix : ' .sp01'
152152 DOCSTRING : false
153153 secrets : inherit
@@ -157,7 +157,7 @@ jobs:
157157 uses : ./.github/workflows/tests.yml
158158 with :
159159 ANSYS_VERSION : " 232"
160- python_versions : ' ["3.9 "]'
160+ python_versions : ' ["3.10 "]'
161161 DOCSTRING : false
162162 secrets : inherit
163163
@@ -166,7 +166,7 @@ jobs:
166166 uses : ./.github/workflows/tests.yml
167167 with :
168168 ANSYS_VERSION : " 231"
169- python_versions : ' ["3.9 "]'
169+ python_versions : ' ["3.10 "]'
170170 DOCSTRING : false
171171 secrets : inherit
172172
@@ -175,7 +175,7 @@ jobs:
175175 uses : ./.github/workflows/tests.yml
176176 with :
177177 ANSYS_VERSION : " 222"
178- python_versions : ' ["3.9 "]'
178+ python_versions : ' ["3.10 "]'
179179 DOCSTRING : false
180180 secrets : inherit
181181
@@ -236,14 +236,14 @@ jobs:
236236 uses : ./.github/workflows/examples_docker.yml
237237 with :
238238 ANSYS_VERSION : ${{ github.event.inputs.ansys_version || '251' }}
239- python_versions : ' ["3.9 ", "3.10 ", "3.11 "]'
239+ python_versions : ' ["3.10 ", "3.11 ", "3.12 "]'
240240 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
241241 secrets : inherit
242242
243243 draft_release :
244244 name : " Draft Release"
245245 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
246- needs : [style, tests, tests_3_9 , tests_any, tests_any_3_9 , docs, examples, retro_232, retro_231, retro_222, docker_tests]
246+ needs : [style, tests, tests_3_10 , tests_any, tests_any_3_10 , docs, examples, retro_232, retro_231, retro_222, docker_tests]
247247 runs-on : ubuntu-latest
248248 steps :
249249 - name : " Download artifacts"
0 commit comments