Skip to content

Commit

Permalink
[CI] Bump python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jun 30, 2024
1 parent 5ebd8ca commit 720ec0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ExtendedTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'

- name: Install
shell: bash
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'

- name: Install
shell: bash
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'

- name: Install
shell: bash
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'

- name: Install
shell: bash
Expand Down

0 comments on commit 720ec0f

Please sign in to comment.