2626env :
2727 ANSYS_VERSION : 241
2828 DOCUMENTATION_CNAME : ' dpf.docs.pyansys.com'
29- MAIN_PYTHON_VERSION : ' 3.8 '
29+ MAIN_PYTHON_VERSION : ' 3.9 '
3030
3131jobs :
3232 debug :
8484 uses : ./.github/workflows/tests.yml
8585 with :
8686 ANSYS_VERSION : " 241"
87- python_versions : ' ["3.8 ", "3.9 ", "3.10 "]'
87+ python_versions : ' ["3.9 ", "3.10 ", "3.11 "]'
8888 wheel : true
8989 wheelhouse : true
9090 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
9494 uses : ./.github/workflows/tests.yml
9595 with :
9696 ANSYS_VERSION : " 241"
97- python_versions : ' ["3.8 ", "3.9 ", "3.10 "]'
97+ python_versions : ' ["3.9 ", "3.10 ", "3.11 "]'
9898 wheel : true
9999 wheelhouse : false
100100 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
@@ -113,7 +113,7 @@ jobs:
113113 uses : ./.github/workflows/examples.yml
114114 with :
115115 ANSYS_VERSION : " 241"
116- python_versions : ' ["3.8 ", "3.9 ", "3.10 "]'
116+ python_versions : ' ["3.9 ", "3.10 ", "3.11 "]'
117117 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
118118 secrets : inherit
119119
@@ -122,7 +122,7 @@ jobs:
122122 uses : ./.github/workflows/tests.yml
123123 with :
124124 ANSYS_VERSION : " 232"
125- python_versions : ' ["3.8 "]'
125+ python_versions : ' ["3.9 "]'
126126 DOCSTRING : false
127127 secrets : inherit
128128
@@ -131,7 +131,7 @@ jobs:
131131 uses : ./.github/workflows/tests.yml
132132 with :
133133 ANSYS_VERSION : " 231"
134- python_versions : ' ["3.8 "]'
134+ python_versions : ' ["3.9 "]'
135135 DOCSTRING : false
136136 secrets : inherit
137137
@@ -140,7 +140,7 @@ jobs:
140140 uses : ./.github/workflows/tests.yml
141141 with :
142142 ANSYS_VERSION : " 222"
143- python_versions : ' ["3.8 "]'
143+ python_versions : ' ["3.9 "]'
144144 DOCSTRING : false
145145 secrets : inherit
146146
@@ -187,7 +187,7 @@ jobs:
187187 uses : ./.github/workflows/examples_docker.yml
188188 with :
189189 ANSYS_VERSION : " 241"
190- python_versions : ' ["3.8 ", "3.9 ", "3.10 "]'
190+ python_versions : ' ["3.9 ", "3.10 ", "3.11 "]'
191191 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }}
192192 secrets : inherit
193193
0 commit comments