We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78159e commit c3a864eCopy full SHA for c3a864e
1 file changed
.github/workflows/check.yml
@@ -20,6 +20,9 @@ jobs:
20
os:
21
- ubuntu-latest
22
python:
23
+ - '3.8'
24
+ - '3.9'
25
+ - '3.10'
26
- '3.11'
27
- '3.12'
28
include:
@@ -66,6 +69,9 @@ jobs:
66
69
67
70
68
71
72
73
74
75
76
77
@@ -82,6 +88,9 @@ jobs:
82
88
83
89
84
90
91
92
93
85
94
86
95
87
96
0 commit comments