File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
13- - uses : actions/setup-python@v5
12+ - uses : actions/checkout@v6
13+ - uses : actions/setup-python@v6
1414 - run : pip install tox
1515 - run : tox -e lint
1616 mypy :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
20- - uses : actions/setup-python@v5
19+ - uses : actions/checkout@v6
20+ - uses : actions/setup-python@v6
2121 - run : pip install tox
2222 - run : tox -e mypy
2323 tests :
3232 - {python: '3.12', tox: py312}
3333 - {python: '3.13', tox: py313}
3434 - {python: '3.14', tox: py314}
35+ - {python: '3.14t', tox: py314t}
3536 steps :
36- - uses : actions/checkout@v4
37- - uses : actions/setup-python@v5
37+ - uses : actions/checkout@v6
38+ - uses : actions/setup-python@v6
3839 with :
3940 python-version : ${{ matrix.python }}
4041 - run : pip install tox
4445 env :
4546 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4647 steps :
47- - uses : actions/checkout@v4
48- - uses : actions/setup-python@v5
48+ - uses : actions/checkout@v6
49+ - uses : actions/setup-python@v6
4950 - run : pip install tox coveralls
5051 - run : tox -e coverage
5152 - run : coveralls --service=github
You can’t perform that action at this time.
0 commit comments