|
12 | 12 | - name: Install packages |
13 | 13 | run: sudo apt-get install -y -qq libboost-dev libexpat1-dev zlib1g-dev libbz2-dev libproj-dev libgeos-dev liblz4-dev |
14 | 14 |
|
15 | | - - name: Set up Python 3.5 |
16 | | - uses: actions/setup-python@v2 |
17 | | - with: |
18 | | - python-version: 3.5 |
19 | | - |
20 | | - - name: Build package 3.5 |
21 | | - run: | |
22 | | - pip install build wheel |
23 | | - python -m build |
24 | | - shell: bash |
25 | | - |
26 | 15 | - name: Set up Python 3.6 |
27 | 16 | uses: actions/setup-python@v2 |
28 | 17 | with: |
|
91 | 80 | strategy: |
92 | 81 | fail-fast: false |
93 | 82 | matrix: |
94 | | - python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10"] |
| 83 | + python-version: [3.6, 3.7, 3.8, 3.9, "3.10"] |
95 | 84 |
|
96 | 85 | steps: |
97 | 86 | - uses: actions/checkout@v2 |
@@ -126,13 +115,13 @@ jobs: |
126 | 115 | cc: gcc-7 |
127 | 116 | cxx: g++-7 |
128 | 117 | platform: ubuntu-18.04 |
129 | | - python: 3.5 |
| 118 | + python: 3.6 |
130 | 119 | deps: release |
131 | 120 | - compiler: clang-old |
132 | 121 | cc: clang-6.0 |
133 | 122 | cxx: clang++-6.0 |
134 | 123 | platform: ubuntu-18.04 |
135 | | - python: 3.5 |
| 124 | + python: 3.6 |
136 | 125 | deps: release |
137 | 126 | - compiler: gcc |
138 | 127 | cc: gcc-10 |
@@ -217,19 +206,6 @@ jobs: |
217 | 206 | run: vcpkg install bzip2:x64-windows expat:x64-windows zlib:x64-windows boost-variant:x64-windows boost-iterator:x64-windows lz4:x86-windows |
218 | 207 | shell: bash |
219 | 208 |
|
220 | | - - name: Set up Python 3.5 |
221 | | - uses: actions/setup-python@v2 |
222 | | - with: |
223 | | - python-version: 3.5 |
224 | | - |
225 | | - - name: Build package 3.5 |
226 | | - run: | |
227 | | - pip install build wheel |
228 | | - python -m build |
229 | | - shell: bash |
230 | | - env: |
231 | | - CMAKE_TOOLCHAIN_FILE: C:/vcpkg/scripts/buildsystems/vcpkg.cmake |
232 | | - |
233 | 209 | - name: Set up Python 3.6 |
234 | 210 | uses: actions/setup-python@v2 |
235 | 211 | with: |
@@ -308,10 +284,7 @@ jobs: |
308 | 284 | strategy: |
309 | 285 | fail-fast: false |
310 | 286 | matrix: |
311 | | - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] |
312 | | - include: |
313 | | - - python-version: "3.10" |
314 | | - test-args: "-k 'not test_amenity_list'" #no binary wheel for shapely available |
| 287 | + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] |
315 | 288 |
|
316 | 289 | env: |
317 | 290 | PYTEST_ADDOPTS: ${{ matrix.test-args }} |
|
0 commit comments