|
44 | 44 | max-parallel: 3
|
45 | 45 | fail-fast: false
|
46 | 46 | needs: checkout
|
47 |
| - container: "pylegacy/python:${{ matrix.python-version }}-debian-9" |
| 47 | + container: "pylegacy/python:${{ matrix.python-version }}-debian-10" |
48 | 48 | steps:
|
49 | 49 | -
|
50 | 50 | name: Download checkout
|
@@ -218,7 +218,7 @@ jobs:
|
218 | 218 | fail-fast: false
|
219 | 219 | needs: build
|
220 | 220 | runs-on: ubuntu-latest
|
221 |
| - container: "pylegacy/${{ matrix.arch }}-python:3.8-debian-9" |
| 221 | + container: "pylegacy/${{ matrix.arch }}-python:3.8-debian-10" |
222 | 222 | steps:
|
223 | 223 | -
|
224 | 224 | name: Download GEOS artifacts
|
@@ -263,15 +263,15 @@ jobs:
|
263 | 263 | # Missing precompiled binaries for `lxml`.
|
264 | 264 | - arch: "x64"
|
265 | 265 | python-version: "3.12"
|
266 |
| - # Missing precompiled binaries for `numpy`, `matplotlib`, `pyproj`, |
267 |
| - # `pillow` and `lxml`. |
| 266 | + # Missing precompiled binaries for `numpy`, `matplotlib`, |
| 267 | + # `pyproj`, `pillow` and `lxml`. |
268 | 268 | - arch: "x86"
|
269 | 269 | python-version: "3.12"
|
270 | 270 | max-parallel: 3
|
271 | 271 | fail-fast: false
|
272 | 272 | needs: repair
|
273 | 273 | runs-on: ubuntu-latest
|
274 |
| - container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-9" |
| 274 | + container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-10" |
275 | 275 | steps:
|
276 | 276 | -
|
277 | 277 | name: Download checkout
|
@@ -320,7 +320,7 @@ jobs:
|
320 | 320 | coverage:
|
321 | 321 | needs: test
|
322 | 322 | runs-on: ubuntu-latest
|
323 |
| - container: "pylegacy/python:3.8-debian-9" |
| 323 | + container: "pylegacy/python:3.8-debian-10" |
324 | 324 | steps:
|
325 | 325 | -
|
326 | 326 | name: Checkout
|
@@ -353,7 +353,7 @@ jobs:
|
353 | 353 | docs:
|
354 | 354 | needs: test
|
355 | 355 | runs-on: ubuntu-latest
|
356 |
| - container: "pylegacy/python:3.8-debian-9" |
| 356 | + container: "pylegacy/python:3.8-debian-10" |
357 | 357 | steps:
|
358 | 358 | -
|
359 | 359 | name: Download checkout
|
@@ -421,7 +421,7 @@ jobs:
|
421 | 421 | if: startsWith(github.event.ref, 'refs/tags/v')
|
422 | 422 | needs: test
|
423 | 423 | runs-on: ubuntu-latest
|
424 |
| - container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-9" |
| 424 | + container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-10" |
425 | 425 | environment: PyPI
|
426 | 426 | steps:
|
427 | 427 | -
|
|
0 commit comments