Skip to content

Commit 54ff3a8

Browse files
committed
Test all compatible Pythons
1 parent 4474175 commit 54ff3a8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/core.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-20.04, windows-latest, macos-latest]
11-
python-version: ["3.6", "3.9", "3.11"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1212

1313
runs-on: ${{ matrix.os }}
1414

@@ -33,6 +33,7 @@ jobs:
3333
tox -e lint
3434
3535
- name: Integration Tests
36+
if: ${{ matrix.python-version == '3.9' }}
3637
run: |
3738
tox -e testcore
3839

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ deps =
3434
jsondiff
3535
commands =
3636
{envpython} --version
37+
pio system info
3738

3839
[testenv:lint]
3940
commands =

0 commit comments

Comments
 (0)