|
25 | 25 | strategy:
|
26 | 26 | matrix:
|
27 | 27 | os: [ubuntu-latest]
|
28 |
| - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 28 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
29 | 29 | fail-fast: false
|
30 | 30 | uses: ./.github/workflows/setup-python-environment.yml
|
31 | 31 | with:
|
|
38 | 38 | strategy:
|
39 | 39 | matrix:
|
40 | 40 | os: [windows-latest]
|
41 |
| - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 41 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
42 | 42 | fail-fast: false
|
43 | 43 | uses: ./.github/workflows/setup-python-environment.yml
|
44 | 44 | with:
|
|
51 | 51 | strategy:
|
52 | 52 | matrix:
|
53 | 53 | os: [macos-latest]
|
54 |
| - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 54 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
55 | 55 | fail-fast: false
|
56 | 56 | uses: ./.github/workflows/setup-python-environment.yml
|
57 | 57 | with:
|
|
64 | 64 | strategy:
|
65 | 65 | matrix:
|
66 | 66 | os: [ubuntu-latest]
|
67 |
| - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 67 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
68 | 68 | fail-fast: false
|
69 | 69 | uses: ./.github/workflows/lint-unit-test.yml
|
70 | 70 | with:
|
|
77 | 77 | strategy:
|
78 | 78 | matrix:
|
79 | 79 | os: [windows-latest]
|
80 |
| - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 80 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
81 | 81 | fail-fast: false
|
82 | 82 | uses: ./.github/workflows/lint-unit-test.yml
|
83 | 83 | with:
|
|
90 | 90 | strategy:
|
91 | 91 | matrix:
|
92 | 92 | os: [macos-latest]
|
93 |
| - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
| 93 | + python-version: ["3.9", "3.10", "3.11", "3.12"] |
94 | 94 | fail-fast: false
|
95 | 95 | uses: ./.github/workflows/lint-unit-test.yml
|
96 | 96 | with:
|
|
0 commit comments