|
9 | 9 | strategy: |
10 | 10 | fail-fast: false |
11 | 11 | matrix: |
12 | | - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
| 12 | + python-version: [ "3.10", "3.11", "3.12", "3.13" ] |
13 | 13 | steps: |
14 | 14 | - uses: actions/checkout@v3 |
15 | 15 | - name: Set up Python ${{ matrix.python-version }} |
|
37 | 37 | strategy: |
38 | 38 | fail-fast: false |
39 | 39 | matrix: |
40 | | - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
| 40 | + python-version: [ "3.10", "3.11", "3.12", "3.13" ] |
41 | 41 | steps: |
42 | 42 | - uses: actions/checkout@v3 |
43 | 43 | - name: Set up Python ${{ matrix.python-version }} |
|
88 | 88 | strategy: |
89 | 89 | fail-fast: false |
90 | 90 | matrix: |
91 | | - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
| 91 | + python-version: [ "3.10", "3.11", "3.12", "3.13" ] |
92 | 92 | steps: |
93 | 93 | - uses: actions/checkout@v3 |
94 | 94 | - name: Set up Python ${{ matrix.python-version }} |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | strategy: |
117 | 117 | fail-fast: false |
118 | 118 | matrix: |
119 | | - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
| 119 | + python-version: [ "3.10", "3.11", "3.12", "3.13" ] |
120 | 120 | steps: |
121 | 121 | - uses: actions/checkout@v3 |
122 | 122 | - name: Set up Python ${{ matrix.python-version }} |
|
0 commit comments