File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments