9898 download_name : macos
9999 - image_name : windows-latest-64-cores
100100 download_name : windows
101- python-version : ["3.8", "3. 9", "3.10", "3.11", "3.12"]
101+ python-version : ["3.9", "3.10", "3.11", "3.12"]
102102 cloud-provider : [aws, azure, gcp]
103103 steps :
104104 - name : Checkout Code
@@ -167,7 +167,7 @@ jobs:
167167 .tox/coverage.xml
168168
169169 test-fips :
170- name : Test FIPS py-linux-3.8 -${{ matrix.cloud-provider }}
170+ name : Test FIPS py-linux-3.9 -${{ matrix.cloud-provider }}
171171 needs : build
172172 runs-on : ubuntu-latest-64-cores
173173 strategy :
@@ -194,15 +194,15 @@ jobs:
194194 - name : Run tests
195195 run : ./ci/test_fips_docker.sh
196196 env :
197- PYTHON_VERSION : 3.8
197+ PYTHON_VERSION : 3.9
198198 cloud_provider : ${{ matrix.cloud-provider }}
199199 PYTEST_ADDOPTS : --color=yes --tb=short
200200 TOX_PARALLEL_NO_SPINNER : 1
201201 shell : bash
202202 - uses : actions/upload-artifact@v4
203203 with :
204204 include-hidden-files : true
205- name : coverage_linux-fips-3.8 -${{ matrix.cloud-provider }}
205+ name : coverage_linux-fips-3.9 -${{ matrix.cloud-provider }}
206206 path : |
207207 .coverage
208208 coverage.xml
@@ -217,7 +217,7 @@ jobs:
217217 os :
218218 - image_name : macos-latest
219219 download_name : macos # it includes doctest
220- python-version : ["3.8", "3. 9", "3.10", "3.11", "3.12"]
220+ python-version : ["3.9", "3.10", "3.11", "3.12"]
221221 cloud-provider : [aws]
222222 steps :
223223 - name : Checkout Code
@@ -289,7 +289,7 @@ jobs:
289289 os :
290290 - image_name : macos-latest
291291 download_name : macos
292- python-version : ["3.8 "]
292+ python-version : ["3.9 "]
293293 cloud-provider : [aws]
294294 steps :
295295 - name : Checkout Code
@@ -352,7 +352,7 @@ jobs:
352352 fail-fast : false
353353 matrix :
354354 os : [macos-latest, windows-latest, ubuntu-latest]
355- python-version : ["3.8", "3. 9", "3.10", "3.11", "3.12"]
355+ python-version : ["3.9", "3.10", "3.11", "3.12"]
356356 cloud-provider : [aws]
357357 steps :
358358 - name : Checkout Code
@@ -482,7 +482,7 @@ jobs:
482482 os :
483483 - image_name : macos-latest
484484 download_name : macos # it includes doctest
485- python-version : ["3.8", "3. 9", "3.10", "3.11", "3.12"]
485+ python-version : ["3.9", "3.10", "3.11", "3.12"]
486486 cloud-provider : [aws]
487487 steps :
488488 - name : Checkout Code
0 commit comments