Skip to content

Commit e038b4f

Browse files
committed
test: bumped the python version up to 3.12 for some tests
1 parent 8bf8781 commit e038b4f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
needs: pick_server_suffix
107107
with:
108108
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
109-
python_versions: '["3.9"]'
109+
python_versions: '["3.12"]'
110110
wheel: true
111111
wheelhouse: false
112112
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
@@ -117,7 +117,7 @@ jobs:
117117
needs: pick_server_suffix
118118
with:
119119
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
120-
python_versions: '["3.9"]'
120+
python_versions: '["3.12"]'
121121
wheel: true
122122
wheelhouse: false
123123
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
@@ -139,7 +139,7 @@ jobs:
139139
needs: pick_server_suffix
140140
with:
141141
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
142-
python_versions: '["3.9"]'
142+
python_versions: '["3.12"]'
143143
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
144144
secrets: inherit
145145

@@ -174,7 +174,7 @@ jobs:
174174
needs: pick_server_suffix
175175
with:
176176
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '252' }}
177-
python_versions: '["3.9"]'
177+
python_versions: '["3.12"]'
178178
standalone_suffix: ${{needs.pick_server_suffix.outputs.suffix}}
179179
secrets: inherit
180180

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
python-version: ["3.9"]
43+
python-version: ["3.12"]
4444
os: ["ubuntu-latest"]
4545

4646
steps:

0 commit comments

Comments
 (0)