File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- name : Set up Python
21
21
uses : actions/setup-python@v4
22
22
with :
23
- python-version : ' 3.10 '
23
+ python-version : ' 3.12 '
24
24
25
25
- name : Install and configure Poetry
26
26
uses : snok/install-poetry@v1
Original file line number Diff line number Diff line change 30
30
- name : Set up Python
31
31
uses : actions/setup-python@v4
32
32
with :
33
- python-version : ' 3.9 '
33
+ python-version : ' 3.12 '
34
34
35
35
- name : Install and configure Poetry
36
36
uses : snok/install-poetry@v1
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
- name : Set up Python
129
129
uses : actions/setup-python@v4
130
130
with :
131
- python-version : ' 3.10 '
131
+ python-version : ' 3.12 '
132
132
133
133
- name : Install and configure Poetry
134
134
uses : snok/install-poetry@v1
@@ -272,7 +272,7 @@ jobs:
272
272
- name : Set up Python
273
273
uses : actions/setup-python@v4
274
274
with :
275
- python-version : " 3.9 "
275
+ python-version : " 3.12 "
276
276
277
277
- name : Install and configure Poetry
278
278
uses : snok/install-poetry@v1
Original file line number Diff line number Diff line change 61
61
uses : actions/setup-python@v4
62
62
if : ${{ contains( github.event.pull_request.labels.*.name, 'python-rc') }}
63
63
with :
64
- python-version : " 3.9 "
64
+ python-version : " 3.12 "
65
65
66
66
- name : Install and configure Poetry
67
67
uses : snok/install-poetry@v1
You can’t perform that action at this time.
0 commit comments