Update actions and setup-python versions

This commit is contained in:
Roman Mogylatov 2022-12-18 15:29:26 -05:00
parent 5c4a31a518
commit d694f40de7

View File

@ -11,8 +11,8 @@ jobs:
matrix: matrix:
python-version: [2.7, 3.5, 3.6, 3.7, pypy2, pypy3] python-version: [2.7, 3.5, 3.6, 3.7, pypy2, pypy3]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- run: pip install tox - run: pip install tox
@ -27,8 +27,8 @@ jobs:
matrix: matrix:
python-version: [3.8, 3.9, "3.10", 3.11] python-version: [3.8, 3.9, "3.10", 3.11]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- run: pip install tox - run: pip install tox
@ -44,8 +44,8 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
with: with:
python-version: 3.11 python-version: 3.11
- run: pip install tox cython - run: pip install tox cython
@ -61,8 +61,8 @@ jobs:
matrix: matrix:
toxenv: [flake8, pydocstyle, mypy, pylint] toxenv: [flake8, pydocstyle, mypy, pylint]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
with: with:
python-version: 3.11 python-version: 3.11
- run: pip install tox - run: pip install tox