File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - name : Install Python
2424 uses : actions/setup-python@v2
2525 with :
26- python-version : 3.7
26+ python-version : 3.9
2727 if : ${{ steps.release.outputs.release_created }}
2828
2929 - name : Install dependancies
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- python-version : [3.7, 3. 8, 3.9]
18+ python-version : [3.8, 3.9]
1919
2020 steps :
2121 - uses : actions/checkout@v2
@@ -58,10 +58,10 @@ jobs:
5858 runs-on : ubuntu-latest
5959 steps :
6060 - uses : actions/checkout@v2
61- - name : Set up Python 3.7
61+ - name : Set up Python 3.9
6262 uses : actions/setup-python@v2
6363 with :
64- python-version : 3.7
64+ python-version : 3.9
6565
6666 - name : Install python dependencies
6767 run : |
You can’t perform that action at this time.
0 commit comments