File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 - name : Setup Python
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : ' 3.10 '
23+ python-version : ' 3.11 '
2424 cache : " pip"
2525
2626 - name : Install dependencies
Original file line number Diff line number Diff line change 2323 - name : Setup Python
2424 uses : actions/setup-python@v5
2525 with :
26- python-version : ' 3.10 '
26+ python-version : ' 3.11 '
2727 cache : " pip"
2828
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 - name : Install Python
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : ' 3.10 '
23+ python-version : ' 3.11 '
2424 cache : " pip"
2525
2626 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 - name : Setup Python
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : ' 3.10 '
22+ python-version : ' 3.11 '
2323 cache : " pip"
2424
2525 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v4
1919
20- - name : Install Python 3.10
20+ - name : Install Python 3.11
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : ' 3.10 '
23+ python-version : ' 3.11 '
2424 cache : " pip"
2525
2626 - name : Install dependencies + isort
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v4
1919
20- - name : Install Python 3.10
20+ - name : Install Python 3.11
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : ' 3.10 '
23+ python-version : ' 3.11 '
2424 cache : " pip"
2525
2626 - name : Install dependencies + pylint
You can’t perform that action at this time.
0 commit comments