Skip to content

Commit 708b525

Browse files
committed
Enable Python 3.10 in basemap-for-windows
1 parent 0fac82b commit 708b525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/basemap-for-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
arch:
9696
["x64", "x86"]
9797
python-version:
98-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
98+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
9999
max-parallel: 3
100100
fail-fast: false
101101
needs: build-geos
@@ -178,7 +178,7 @@ jobs:
178178
arch:
179179
["x64", "x86"]
180180
python-version:
181-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
181+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
182182
max-parallel: 3
183183
fail-fast: false
184184
needs: build
@@ -217,7 +217,7 @@ jobs:
217217
arch:
218218
["x64", "x86"]
219219
python-version:
220-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9"]
220+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
221221
max-parallel: 1
222222
if: startsWith(github.event.ref, 'refs/tags/v')
223223
needs: test

0 commit comments

Comments
 (0)