Skip to content

Commit c3a864e

Browse files
committed
Test on Python 3.8 to 3.12
1 parent a78159e commit c3a864e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
os:
2121
- ubuntu-latest
2222
python:
23+
- '3.8'
24+
- '3.9'
25+
- '3.10'
2326
- '3.11'
2427
- '3.12'
2528
include:
@@ -66,6 +69,9 @@ jobs:
6669
os:
6770
- ubuntu-latest
6871
python:
72+
- '3.8'
73+
- '3.9'
74+
- '3.10'
6975
- '3.11'
7076
- '3.12'
7177
include:
@@ -82,6 +88,9 @@ jobs:
8288
os:
8389
- ubuntu-latest
8490
python:
91+
- '3.8'
92+
- '3.9'
93+
- '3.10'
8594
- '3.11'
8695
- '3.12'
8796
include:

0 commit comments

Comments
 (0)