We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3624131 + ca03a2b commit 5702767Copy full SHA for 5702767
1 file changed
.github/workflows/main.yml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Set up Python 3.6
+ - name: Set up Python 3.8
15
uses: actions/setup-python@v2
16
with:
17
- python-version: 3.6
+ python-version: 3.8
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
@@ -32,7 +32,7 @@ jobs:
32
needs: [flake8_py3]
33
strategy:
34
matrix:
35
- python: [3.6, 3.7, 3.8, 3.9]
+ python: [3.8, 3.9, 3.10]
36
37
38
- name: Set up Python
0 commit comments