We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718fa40 commit 373f75bCopy full SHA for 373f75b
1 file changed
.github/workflows/pythonpackage.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v2
27
with:
28
- python-version: '3.6'
+ python-version: '3.9'
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
@@ -43,7 +43,7 @@ jobs:
43
strategy:
44
max-parallel: 1
45
matrix:
46
- python-version: [3.6, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.9]
47
steps:
48
- uses: actions/checkout@v2
49
0 commit comments