Skip to content

Commit 16fbf18

Browse files
ci: Add python-version matrix
1 parent ebd5aad commit 16fbf18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [ubuntu-latest, windows-latest]
37+
python-version: ["3.7", "3.8", "3.9", "3.10"]
3738
steps:
3839
- uses: actions/checkout@v3
3940
- name: Set up Python
4041
uses: actions/setup-python@v4
4142
with:
42-
python-version: "3.10"
43+
python-version: ${{ matrix.python-version }}
4344
- name: Upgrade pip, Install nox
4445
run: |
4546
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)