We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283d1d8 commit 760fb0cCopy full SHA for 760fb0c
.github/workflows/pre-commit.yaml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
10
- - name: Setup Python 3.8.10
+ - name: Setup Python 3.10
11
uses: actions/setup-python@v2
12
with:
13
- python-version: 3.8.10
+ python-version: 3.10
14
- name: Install pre-commit
15
run: |
16
pip install pre-commit
.github/workflows/pytest.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- python-version: [3.8, 3.9]
+ python-version: [3.9, 3.10]
20
os: [ubuntu-latest, windows-latest]
21
fail-fast: False
22
0 commit comments