Skip to content

Commit 81983df

Browse files
committed
Test on ubuntu-20.04, macos-latest, windows-latest
1 parent 80506cf commit 81983df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/unit-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ jobs:
2020
os: [ ubuntu-latest, macos-latest, windows-latest ]
2121
python-version: [ 3.6, 3.7, 3.8, 3.9, '3.10' ]
2222
exclude:
23-
# GHA doesn't list 3.6 for ubuntu-22.04
23+
# GHA doesn't list 3.6 and 3.7 for ubuntu-latest
2424
- os: ubuntu-latest
2525
python-version: "3.6"
26+
- os: ubuntu-latest
27+
python-version: "3.7"
2628

2729
# MacOS 14.4.1 for arm64 doesn't support Python < 3.8
2830
- os: macos-latest
@@ -34,6 +36,8 @@ jobs:
3436
# GHA doesn't list 3.6 for ubuntu-22
3537
- os: ubuntu-20.04
3638
python-version: "3.6"
39+
- os: ubuntu-20.04
40+
python-version: "3.7"
3741

3842
# MacOS 13 required for Python < 3.8
3943
- os: macos-13

0 commit comments

Comments
 (0)