Skip to content

Commit 56bcdf6

Browse files
DO-1298 use python 3.11
1 parent 0671872 commit 56bcdf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-conquest-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
uses: actions/checkout@v5
6969

7070
- name: Set up Python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
if: ${{ needs.setup.outputs.python == 'python' }}
7373
with:
74-
python-version: '3.9'
74+
python-version: '3.11'
7575

7676
- name: Set up Python environment
7777
run: |

0 commit comments

Comments
 (0)