Skip to content

Commit 6bc3231

Browse files
committed
ci: final edits
1 parent b871366 commit 6bc3231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: ./.github/workflows/tests.yml
8888
with:
8989
ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }}
90-
python_versions: '["3.10", "3.11"]'
90+
python_versions: '["3.11", "3.12"]'
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: ${{ github.event.inputs.ansys_version || '251' }}
112-
python_versions: '["3.10", "3.11"]'
112+
python_versions: '["3.11", "3.12"]'
113113
DOCSTRING: false
114114
wheel: false
115115
wheelhouse: false

0 commit comments

Comments
 (0)