1919 setup :
2020 strategy :
2121 matrix :
22- python-version : ["3.9","3. 10","3.11", "3.12"]
22+ python-version : ["3.10","3.11", "3.12"]
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v4
3131 check-deps :
3232 strategy :
3333 matrix :
34- python-version : ["3.9","3. 10","3.11", "3.12"]
34+ python-version : ["3.10","3.11", "3.12"]
3535 runs-on : ubuntu-latest
3636 steps :
3737 - uses : actions/checkout@v4
4545 check-extras :
4646 strategy :
4747 matrix :
48- python-version : [ "3.9","3. 10","3.11","3.12" ]
48+ python-version : ["3.10","3.11","3.12"]
4949 runs-on : ubuntu-latest
5050 steps :
5151 - uses : actions/checkout@v4
7878 lint :
7979 strategy :
8080 matrix :
81- python-version : ["3.9","3. 10","3.11"]
81+ python-version : ["3.10","3.11"]
8282 runs-on : ubuntu-latest
8383 needs : [setup, changelog]
8484 steps :
@@ -117,7 +117,7 @@ jobs:
117117 test_unit :
118118 strategy :
119119 matrix :
120- python-version : ["3.9","3. 10","3.11", "3.12"]
120+ python-version : ["3.10","3.11", "3.12"]
121121 runs-on : ubuntu-latest
122122 needs : [setup, lint]
123123 steps :
@@ -224,7 +224,7 @@ jobs:
224224 setup_ingest :
225225 strategy :
226226 matrix :
227- python-version : [ "3.9","3. 10" ]
227+ python-version : ["3.10"]
228228 runs-on : ubuntu-latest
229229 needs : [setup]
230230 steps :
@@ -237,7 +237,7 @@ jobs:
237237 test_ingest_src :
238238 strategy :
239239 matrix :
240- python-version : ["3.9","3. 10"]
240+ python-version : ["3.10"]
241241 runs-on : ubuntu-latest-m
242242 needs : [setup_ingest, lint]
243243 steps :
@@ -323,7 +323,7 @@ jobs:
323323 test_json_to_html :
324324 strategy :
325325 matrix :
326- python-version : ["3.9","3. 10"]
326+ python-version : ["3.10"]
327327 runs-on : ubuntu-latest-m
328328 needs : [setup, lint]
329329 steps :
0 commit comments