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 39dd375 commit db5b342Copy full SHA for db5b342
.github/workflows/lint.yml
@@ -7,11 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v1
11
- - name: Set up Python 3.8
12
- uses: actions/setup-python@v1
+ - uses: actions/checkout@v3
+ - name: Set up Python 3.10
+ uses: actions/setup-python@v4
13
with:
14
- python-version: 3.8
+ python-version: 3.10.5
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: ["3.6", "3.7", "3.8"]
+ python-version: ["3.9", "3.10"]
- uses: actions/checkout@v1
0 commit comments