Skip to content

Commit 3f56eac

Browse files
authored
Merge branch 'master' into add_github_actions
2 parents 989690f + 51528fc commit 3f56eac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11"]
20+
2021

2122
steps:
2223
- uses: actions/checkout@v3
@@ -29,6 +30,7 @@ jobs:
2930
python -m pip install --upgrade pip
3031
python -m pip install flake8 pytest
3132
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33+
3234
- name: Lint with flake8
3335
run: |
3436
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)