Skip to content

Commit 373f75b

Browse files
committed
test: for python 3.7
1 parent 718fa40 commit 373f75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v2
2727
with:
28-
python-version: '3.6'
28+
python-version: '3.9'
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
max-parallel: 1
4545
matrix:
46-
python-version: [3.6, 3.8, 3.9]
46+
python-version: [3.6, 3.7, 3.9]
4747
steps:
4848
- uses: actions/checkout@v2
4949
- name: Set up Python

0 commit comments

Comments
 (0)