|
16 | 16 | fail-fast: false |
17 | 17 | matrix: |
18 | 18 | os: ${{ github.event_name == 'workflow_dispatch' && fromJson('["ubuntu-latest","macos-latest","windows-latest"]') || fromJson('["ubuntu-latest"]') }} |
19 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13] |
| 19 | + python-version: ['3.10', 3.11, 3.12, 3.13] |
20 | 20 | runs-on: ${{ matrix.os }} |
21 | 21 | steps: |
22 | 22 | - uses: actions/checkout@v4 |
|
49 | 49 | fail-fast: false |
50 | 50 | matrix: |
51 | 51 | os: ${{ github.event_name == 'workflow_dispatch' && fromJson('["ubuntu-latest","macos-latest","windows-latest"]') || fromJson('["ubuntu-latest"]') }} |
52 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13] |
| 52 | + python-version: ['3.10', 3.11, 3.12, 3.13] |
53 | 53 | runs-on: ${{ matrix.os }} |
54 | 54 | steps: |
55 | 55 | - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }} |
|
81 | 81 | fail-fast: false |
82 | 82 | matrix: |
83 | 83 | os: ${{ github.event_name == 'workflow_dispatch' && fromJson('["ubuntu-latest","macos-latest","windows-latest"]') || fromJson('["ubuntu-latest"]') }} |
84 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13] |
| 84 | + python-version: ['3.10', 3.11, 3.12, 3.13] |
85 | 85 | runs-on: ${{ matrix.os }} |
86 | 86 | steps: |
87 | 87 | - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }} |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | fail-fast: false |
143 | 143 | matrix: |
144 | 144 | os: ${{ github.event_name == 'workflow_dispatch' && fromJson('["ubuntu-latest","macos-latest","windows-latest"]') || fromJson('["ubuntu-latest"]') }} |
145 | | - python-version: [3.9, '3.10', 3.11, 3.12, 3.13] |
| 145 | + python-version: ['3.10', 3.11, 3.12, 3.13] |
146 | 146 | runs-on: ${{ matrix.os }} |
147 | 147 | steps: |
148 | 148 | - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }} |
|
0 commit comments