|
14 | 14 | strategy: |
15 | 15 | fail-fast: false |
16 | 16 | matrix: |
17 | | - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 17 | + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] |
18 | 18 | runs-on: ubuntu-latest |
19 | 19 | steps: |
20 | 20 | - name: Check out repository |
|
47 | 47 | strategy: |
48 | 48 | max-parallel: 4 |
49 | 49 | matrix: |
50 | | - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 50 | + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] |
51 | 51 |
|
52 | 52 | steps: |
53 | 53 | - uses: actions/checkout@v3.5.3 |
|
89 | 89 | strategy: |
90 | 90 | max-parallel: 3 |
91 | 91 | matrix: |
92 | | - python-version: ['3.9', '3.10', '3.11', '3.12'] |
| 92 | + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] |
93 | 93 |
|
94 | 94 | steps: |
95 | 95 | - uses: actions/checkout@v3.5.3 |
@@ -177,6 +177,20 @@ jobs: |
177 | 177 | path: dist-linux-3.13 |
178 | 178 | - run: mv -v dist-linux-3.13/* dist/ |
179 | 179 |
|
| 180 | + - name: Stage linux 3.14 |
| 181 | + uses: actions/download-artifact@v4.1.7 |
| 182 | + with: |
| 183 | + name: dist-linux-3.14 |
| 184 | + path: dist-linux-3.14 |
| 185 | + - run: mv -v dist-linux-3.14/* dist/ |
| 186 | + |
| 187 | + - name: Stage linux 3.14t |
| 188 | + uses: actions/download-artifact@v4.1.7 |
| 189 | + with: |
| 190 | + name: dist-linux-3.14t |
| 191 | + path: dist-linux-3.14t |
| 192 | + - run: mv -v dist-linux-3.14t/* dist/ |
| 193 | + |
180 | 194 | - name: Stage macos 3.9 |
181 | 195 | uses: actions/download-artifact@v4.1.7 |
182 | 196 | with: |
@@ -212,6 +226,20 @@ jobs: |
212 | 226 | path: dist-macos-3.13 |
213 | 227 | - run: mv -v dist-macos-3.13/* dist/ |
214 | 228 |
|
| 229 | + - name: Stage macos 3.14 |
| 230 | + uses: actions/download-artifact@v4.1.7 |
| 231 | + with: |
| 232 | + name: dist-macos-3.14 |
| 233 | + path: dist-macos-3.14 |
| 234 | + - run: mv -v dist-macos-3.14/* dist/ |
| 235 | + |
| 236 | + - name: Stage macos 3.14t |
| 237 | + uses: actions/download-artifact@v4.1.7 |
| 238 | + with: |
| 239 | + name: dist-macos-3.14t |
| 240 | + path: dist-macos-3.14t |
| 241 | + - run: mv -v dist-macos-3.14t/* dist/ |
| 242 | + |
215 | 243 | - name: Stage windows 3.9 |
216 | 244 | uses: actions/download-artifact@v4.1.7 |
217 | 245 | with: |
@@ -239,6 +267,27 @@ jobs: |
239 | 267 | name: dist-windows-3.12 |
240 | 268 | path: dist-windows-3.12 |
241 | 269 | - run: mv -v dist-windows-3.12/* dist/ |
| 270 | + |
| 271 | + - name: Stage windows 3.13 |
| 272 | + uses: actions/download-artifact@v4.1.7 |
| 273 | + with: |
| 274 | + name: dist-windows-3.13 |
| 275 | + path: dist-windows-3.13 |
| 276 | + - run: mv -v dist-windows-3.13/* dist/ |
| 277 | + |
| 278 | + - name: Stage windows 3.14 |
| 279 | + uses: actions/download-artifact@v4.1.7 |
| 280 | + with: |
| 281 | + name: dist-windows-3.14 |
| 282 | + path: dist-windows-3.14 |
| 283 | + - run: mv -v dist-windows-3.14/* dist/ |
| 284 | + |
| 285 | + - name: Stage windows 3.14t |
| 286 | + uses: actions/download-artifact@v4.1.7 |
| 287 | + with: |
| 288 | + name: dist-windows-3.14t |
| 289 | + path: dist-windows-3.14t |
| 290 | + - run: mv -v dist-windows-3.14t/* dist/ |
242 | 291 |
|
243 | 292 | - name: Publish distribution 📦 to PyPI |
244 | 293 | uses: pypa/gh-action-pypi-publish@release/v1 |
|
0 commit comments