|
23 | 23 | strategy: |
24 | 24 | fail-fast: false |
25 | 25 | matrix: |
26 | | - python-version: ['3.9', '3.10', '3.11', '3.12'] |
| 26 | + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
27 | 27 | os: [ubuntu-latest, windows-latest, macos-13] |
28 | 28 | runs-on: ${{ matrix.os }} |
29 | 29 | steps: |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | strategy: |
132 | 132 | fail-fast: false |
133 | 133 | matrix: |
134 | | - python-version: ['3.9', '3.10', '3.11', '3.12'] |
| 134 | + python-version: ['3.9', '3.10', '3.11', '3.12','3.13'] |
135 | 135 | os: [ubuntu-latest, windows-latest, macos-13] |
136 | 136 | runs-on: ${{ matrix.os }} |
137 | 137 | steps: |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | strategy: |
175 | 175 | fail-fast: false |
176 | 176 | matrix: |
177 | | - python-version: ['3.9', '3.10', '3.11', '3.12'] |
| 177 | + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
178 | 178 | os: [ubuntu-latest, windows-latest, macos-13] |
179 | 179 | runs-on: ${{ matrix.os }} |
180 | 180 | steps: |
|
0 commit comments