7676 tests_3_10 :
7777 uses : ./.github/workflows/tests.yml
7878 with :
79- ANSYS_VERSION : ${{ github.event. inputs.ansys_version || '251' }}
79+ ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
8080 python_versions : ' ["3.10"]'
8181 wheel : true
8282 wheelhouse : true
8686 tests :
8787 uses : ./.github/workflows/tests.yml
8888 with :
89- ANSYS_VERSION : ${{ github.event. inputs.ansys_version || '251' }}
90- python_versions : ' ["3.11", "3.12"]'
89+ ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
90+ python_versions : ' ["3.11", "3.12", "3.13" ]'
9191 DOCSTRING : false
9292 wheel : false
9393 wheelhouse : true
9797 tests_any_3_10 :
9898 uses : ./.github/workflows/tests.yml
9999 with :
100- ANSYS_VERSION : ${{ github.event. inputs.ansys_version || '251' }}
100+ ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
101101 python_versions : ' ["3.10"]'
102102 wheel : true
103103 wheelhouse : false
@@ -108,8 +108,8 @@ jobs:
108108 tests_any :
109109 uses : ./.github/workflows/tests.yml
110110 with :
111- ANSYS_VERSION : ${{ github.event. inputs.ansys_version || '251' }}
112- python_versions : ' ["3.11", "3.12"]'
111+ ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
112+ python_versions : ' ["3.11", "3.12", "3.13" ]'
113113 DOCSTRING : false
114114 wheel : false
115115 wheelhouse : false
@@ -120,16 +120,16 @@ jobs:
120120 docs :
121121 uses : ./.github/workflows/docs.yml
122122 with :
123- ANSYS_VERSION : ${{ github.event. inputs.ansys_version || '251' }}
123+ ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
124124 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
125125 event_name : ${{ github.event_name }}
126126 secrets : inherit
127127
128128 examples :
129129 uses : ./.github/workflows/examples.yml
130130 with :
131- ANSYS_VERSION : ${{ github.event. inputs.ansys_version || '251' }}
132- python_versions : ' ["3.10", "3.11", "3.12"]'
131+ ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
132+ python_versions : ' ["3.10", "3.11", "3.12", "3.13" ]'
133133 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
134134 secrets : inherit
135135
@@ -183,7 +183,7 @@ jobs:
183183 name : " PyDPF-Post with 251"
184184 uses : ./.github/workflows/pydpf-post.yml
185185 with :
186- ANSYS_VERSION : ${{ github.event. inputs.ansys_version || '251' }}
186+ ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
187187 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
188188 test_docstrings : " true"
189189 secrets : inherit
@@ -227,16 +227,16 @@ jobs:
227227 name : " Build and Test on Docker"
228228 uses : ./.github/workflows/test_docker.yml
229229 with :
230- ANSYS_VERSION : ${{ github.event. inputs.ansys_version || '251' }}
230+ ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
231231 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
232232 secrets : inherit
233233
234234 docker_examples :
235235 name : " Run examples on Docker"
236236 uses : ./.github/workflows/examples_docker.yml
237237 with :
238- ANSYS_VERSION : ${{ github.event. inputs.ansys_version || '251' }}
239- python_versions : ' ["3.10", "3.11", "3.12"]'
238+ ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
239+ python_versions : ' ["3.10", "3.11", "3.12", "3.13" ]'
240240 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
241241 secrets : inherit
242242
0 commit comments