File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- python-version : [ 3.7 ]
15+ python-version : [ 3.8 ]
1616 env :
1717 GIST_ID : 3690cccd811e4c5f771075c2f785c7bb
1818 steps :
1919 - uses : actions/checkout@v2
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Download cloc
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Generate
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- python-version : [3.7, 3.8, 3.9 ]
13+ python-version : ['3.8', '3.9', '3.10' ]
1414
1515 steps :
1616 - uses : actions/checkout@v2
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : code style
Original file line number Diff line number Diff line change 1111 if : ( !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ut skip'))
1212 strategy :
1313 matrix :
14- python-version : [3.7, 3.8, 3.9 ]
14+ python-version : ['3.8', '3.9', '3.10' ]
1515
1616 steps :
1717 - uses : actions/checkout@v4
4242 if : " !contains(github.event.head_commit.message, 'ci skip')"
4343 strategy :
4444 matrix :
45- python-version : [3.7, 3.8, 3.9 ]
45+ python-version : ['3.8', '3.9', '3.10' ]
4646
4747 steps :
4848 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments