3232 strategy :
3333 matrix :
3434 os : [ubuntu-latest, macos-latest]
35- python-version : ["3.8", "3.10 ", "3.12", "3.13"]
35+ python-version : ["3.11 ", "3.12", "3.13"]
3636
3737 steps :
3838 - name : Run core tests with coverage
5858smoke-tests :
5959 strategy :
6060 matrix :
61- python-version : ["3.8", "3.9", "3.10", "3. 11", "3.12", "3.13"]
61+ python-version : ["3.11", "3.12", "3.13"]
6262
6363 steps :
6464 - name : Validate installation
@@ -72,7 +72,7 @@ comprehensive-tests:
7272 strategy :
7373 matrix :
7474 os : [ubuntu-latest, macos-latest]
75- python-version : ["3.8", "3.10 ", "3.12", "3.13"]
75+ python-version : ["3.11 ", "3.12", "3.13"]
7676
7777 steps :
7878 - name : Run comprehensive test suite
@@ -96,8 +96,8 @@ comprehensive-tests:
9696### Test Matrix
9797| Platform | Python Versions | Test Types |
9898|----------|----------------|------------|
99- | Ubuntu Latest | 3.8, 3.9, 3.10, 3. 11, 3.12, 3.13 | All tests |
100- | macOS Latest | 3.8, 3.10 , 3.12, 3.13 | Core + Integration |
99+ | Ubuntu Latest | 3.11, 3.12, 3.13 | All tests |
100+ | macOS Latest | 3.11 , 3.12, 3.13 | Core + Integration |
101101
102102### Performance Benchmarking
103103` ` ` yaml
@@ -248,7 +248,7 @@ secrets:
248248 CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
249249
250250variables:
251- PYTHON_VERSION_MATRIX: '["3.8", "3.9", "3.10", "3. 11", "3.12", "3.13"]'
251+ PYTHON_VERSION_MATRIX: '["3.11", "3.12", "3.13"]'
252252` ` `
253253
254254# ## Caching Strategy
0 commit comments