Skip to content

Commit 5e3ec1b

Browse files
authored
updated python to 3.12 in CI (#129)
1 parent b0b1dab commit 5e3ec1b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/charts_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: '3.10'
23+
python-version: '3.12'
2424

2525
- name: Install and configure Poetry
2626
uses: snok/install-poetry@v1

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: '3.9'
33+
python-version: '3.12'
3434

3535
- name: Install and configure Poetry
3636
uses: snok/install-poetry@v1

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Set up Python
129129
uses: actions/setup-python@v4
130130
with:
131-
python-version: '3.10'
131+
python-version: '3.12'
132132

133133
- name: Install and configure Poetry
134134
uses: snok/install-poetry@v1
@@ -272,7 +272,7 @@ jobs:
272272
- name: Set up Python
273273
uses: actions/setup-python@v4
274274
with:
275-
python-version: "3.9"
275+
python-version: "3.12"
276276

277277
- name: Install and configure Poetry
278278
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.9"
64+
python-version: "3.12"
6565

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

0 commit comments

Comments
 (0)