Skip to content

Commit 48b36e1

Browse files
committed
Missing 3.8, fixed
1 parent a54bf84 commit 48b36e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ jobs:
1818
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
1919
strategy:
2020
matrix:
21-
python-version: ['3.9','3.10','3.11','3.12']
21+
python-version: ['3.8', 3.9', '3.10', '3.11', '3.12']
2222
platform: [ubuntu-latest, macos-latest, windows-latest]
2323
exclude: # Only test on the oldest and latest supported stable Python on macOS and Windows.
24+
- platform: macos-latest
25+
python-version: 3.9
26+
- platform: windows-latest
27+
python-version: 3.9
2428
- platform: macos-latest
2529
python-version: 3.10
2630
- platform: windows-latest

0 commit comments

Comments
 (0)