Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da66fd4

Browse files
authored
run on 3.6 through 3.8
1 parent c64f06e commit da66fd4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python 3.8
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.8
22+
python-version: [3.6, 3.7, 3.8]
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
@@ -34,3 +34,5 @@ jobs:
3434
- name: Test with pytest
3535
run: |
3636
pytest
37+
38+

0 commit comments

Comments
 (0)