8787 uses : ./.github/workflows/tests.yml
8888 with :
8989 ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
90- python_versions : ' ["3.11", "3.12"]'
90+ python_versions : ' ["3.11", "3.12", "3.13" ]'
9191 DOCSTRING : false
9292 wheel : false
9393 wheelhouse : true
@@ -109,7 +109,7 @@ jobs:
109109 uses : ./.github/workflows/tests.yml
110110 with :
111111 ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
112- python_versions : ' ["3.11", "3.12"]'
112+ python_versions : ' ["3.11", "3.12", "3.13" ]'
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 : ${{ inputs.ansys_version || '251' }}
132- python_versions : ' ["3.10", "3.11", "3.12"]'
132+ python_versions : ' ["3.10", "3.11", "3.12", "3.13" ]'
133133 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
134134 secrets : inherit
135135
@@ -236,7 +236,7 @@ jobs:
236236 uses : ./.github/workflows/examples_docker.yml
237237 with :
238238 ANSYS_VERSION : ${{ inputs.ansys_version || '251' }}
239- python_versions : ' ["3.10", "3.11", "3.12"]'
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