|
40 | 40 | strategy: |
41 | 41 | matrix: |
42 | 42 | python-version: |
43 | | - ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 43 | + ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
44 | 44 | max-parallel: 3 |
45 | 45 | fail-fast: false |
46 | 46 | needs: checkout |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | arch: |
133 | 133 | ["x64", "x86"] |
134 | 134 | python-version: |
135 | | - ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 135 | + ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
136 | 136 | max-parallel: 3 |
137 | 137 | fail-fast: false |
138 | 138 | needs: build-geos |
@@ -164,8 +164,6 @@ jobs: |
164 | 164 | x86) arch="i686" ;; |
165 | 165 | esac |
166 | 166 | case "${{ matrix.python-version }}" in |
167 | | - 2.6|3.[23]) pkgvers=1.11.3; tag=manylinux1 ;; |
168 | | - 2.7|3.[456789]) pkgvers=1.16.6; tag=manylinux1 ;; |
169 | 167 | 3.10) pkgvers=1.21.4; tag=manylinux1 ;; |
170 | 168 | 3.11) pkgvers=1.23.3; tag=manylinux_2_17 ;; |
171 | 169 | *) pkgvers=1.26.1; tag=manylinux_2_28 ;; |
@@ -213,7 +211,7 @@ jobs: |
213 | 211 | arch: |
214 | 212 | ["x64", "x86"] |
215 | 213 | python-version: |
216 | | - ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 214 | + ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
217 | 215 | max-parallel: 3 |
218 | 216 | fail-fast: false |
219 | 217 | needs: build |
@@ -258,7 +256,7 @@ jobs: |
258 | 256 | arch: |
259 | 257 | ["x64", "x86"] |
260 | 258 | python-version: |
261 | | - ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 259 | + ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
262 | 260 | exclude: |
263 | 261 | # Missing precompiled binaries for `numpy`, `matplotlib`, |
264 | 262 | # `pyproj`, `pillow` and `lxml`. |
@@ -413,7 +411,7 @@ jobs: |
413 | 411 | arch: |
414 | 412 | ["x64", "x86"] |
415 | 413 | python-version: |
416 | | - ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
| 414 | + ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
417 | 415 | max-parallel: 1 |
418 | 416 | if: startsWith(github.event.ref, 'refs/tags/v') |
419 | 417 | needs: test |
|
0 commit comments