@@ -22,7 +22,7 @@ concurrency:
2222
2323env :
2424 DOCUMENTATION_CNAME : ' dpf.docs.pyansys.com'
25- MAIN_PYTHON_VERSION : ' 3.8 '
25+ MAIN_PYTHON_VERSION : ' 3.9 '
2626 MEILISEARCH_API_KEY : ${{ secrets.MEILISEARCH_API_KEY }}
2727 MEILISEARCH_PUBLIC_API_KEY : ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
2828
8282 uses : ./.github/workflows/tests.yml
8383 with :
8484 ANSYS_VERSION : " 241"
85- python_versions : ' ["3.8 "]'
85+ python_versions : ' ["3.9 "]'
8686 wheel : true
8787 wheelhouse : false
8888 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
9292 uses : ./.github/workflows/tests.yml
9393 with :
9494 ANSYS_VERSION : " 241"
95- python_versions : ' ["3.8 "]'
95+ python_versions : ' ["3.9 "]'
9696 wheel : true
9797 wheelhouse : false
9898 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
@@ -112,7 +112,7 @@ jobs:
112112 uses : ./.github/workflows/examples_docker.yml
113113 with :
114114 ANSYS_VERSION : " 241"
115- python_versions : ' ["3.8 "]'
115+ python_versions : ' ["3.9 "]'
116116 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
117117 secrets : inherit
118118
@@ -137,7 +137,7 @@ jobs:
137137 token : ${{ secrets.GITHUB_TOKEN }}
138138 doc-artifact-name : HTML-doc-ansys-dpf-core.zip
139139 decompress-artifact : true
140-
140+
141141 doc-index-dev :
142142 name : " Deploy dev index docs"
143143 runs-on : ubuntu-latest
@@ -158,7 +158,7 @@ jobs:
158158 uses : ./.github/workflows/examples.yml
159159 with :
160160 ANSYS_VERSION : " 241"
161- python_versions : ' ["3.8 "]'
161+ python_versions : ' ["3.9 "]'
162162 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
163163 secrets : inherit
164164
@@ -168,7 +168,7 @@ jobs:
168168 uses : ./.github/workflows/tests.yml
169169 with :
170170 ANSYS_VERSION : " 232"
171- python_versions : ' ["3.8 "]'
171+ python_versions : ' ["3.9 "]'
172172 DOCSTRING : false
173173 standalone_suffix : ' '
174174 secrets : inherit
@@ -179,7 +179,7 @@ jobs:
179179 uses : ./.github/workflows/tests.yml
180180 with :
181181 ANSYS_VERSION : " 231"
182- python_versions : ' ["3.8 "]'
182+ python_versions : ' ["3.9 "]'
183183 DOCSTRING : false
184184 secrets : inherit
185185
@@ -189,7 +189,7 @@ jobs:
189189 uses : ./.github/workflows/tests.yml
190190 with :
191191 ANSYS_VERSION : " 222"
192- python_versions : ' ["3.8 "]'
192+ python_versions : ' ["3.9 "]'
193193 DOCSTRING : false
194194 secrets : inherit
195195
0 commit comments