Used Python 3.10 for docs and linters GitHub actions.

This commit is contained in:
Mariusz Felisiak 2021-10-05 21:09:54 +02:00
parent 5e68bffba5
commit 5b0f1f95d0
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.9 python-version: '3.10'
- name: Cache dependencies - name: Cache dependencies
uses: actions/cache@v2 uses: actions/cache@v2
with: with:

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.9 python-version: '3.10'
- run: python -m pip install flake8 - run: python -m pip install flake8
- name: flake8 - name: flake8
uses: liskin/gh-problem-matcher-wrap@v1 uses: liskin/gh-problem-matcher-wrap@v1
@ -36,7 +36,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.9 python-version: '3.10'
- run: python -m pip install isort - run: python -m pip install isort
- name: isort - name: isort
uses: liskin/gh-problem-matcher-wrap@v1 uses: liskin/gh-problem-matcher-wrap@v1