File tree Expand file tree Collapse file tree 6 files changed +4
-12
lines changed
Expand file tree Collapse file tree 6 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-20.04
1212 strategy :
1313 matrix :
14- python-version : [3.7 ]
14+ python-version : [3.10 ]
1515 steps :
1616 - uses : actions/cache@v2
1717 with :
Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v2
1818 with :
19- python-version : 3.7
19+ python-version : 3.10
2020 - name : Install Poetry
2121 run : |
2222 pip3 install -U git+https://github.com/dclong/xinstall@main
Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v2
1818 with :
19- python-version : 3.7
19+ python-version : 3.10
2020 - name : Install Poetry
2121 run : |
2222 pip3 install -U git+https://github.com/dclong/xinstall@main
Original file line number Diff line number Diff line change 1313 # - ubuntu-latest
1414 - macOS-latest
1515 python-version :
16- - " 3.7"
17- - " 3.8"
18- - " 3.9"
1916 - " 3.10"
2017
2118 steps :
Original file line number Diff line number Diff line change 1414 # - windows-latest
1515 # - macOS-latest
1616 python-version :
17- - " 3.7"
18- - " 3.8"
19- - " 3.9"
2017 - " 3.10"
2118
2219 steps :
Original file line number Diff line number Diff line change 1616 # - macOS-latest
1717 - windows-latest
1818 python-version :
19- - " 3.7"
20- - " 3.8"
21- - " 3.9"
19+ - " 3.10"
2220
2321 steps :
2422 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments