Skip to content

Commit 98db9be

Browse files
committed
Update python in GHA to 3.9
1 parent d36bfc9 commit 98db9be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: '3.8'
26+
python-version: '3.9'
2727

2828
- name: Install and configure Poetry
2929
uses: snok/install-poetry@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
- name: Set up Python
267267
uses: actions/setup-python@v4
268268
with:
269-
python-version: "3.8"
269+
python-version: "3.9"
270270

271271
- name: Install and configure Poetry
272272
uses: snok/install-poetry@v1

.github/workflows/release_candidates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/setup-python@v4
6262
if: ${{ contains( github.event.pull_request.labels.*.name, 'python-rc') }}
6363
with:
64-
python-version: "3.8"
64+
python-version: "3.9"
6565

6666
- name: Install and configure Poetry
6767
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)