Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12d93a5

Browse files
committed
Add Python 3.11 to basemap-for-windows workflow
1 parent 704f520 commit 12d93a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
python-version:
39-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
39+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
4040
max-parallel: 3
4141
fail-fast: false
4242
needs: checkout
@@ -137,7 +137,7 @@ jobs:
137137
arch:
138138
["x64", "x86"]
139139
python-version:
140-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
140+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
141141
max-parallel: 3
142142
fail-fast: false
143143
needs: build-geos
@@ -210,7 +210,7 @@ jobs:
210210
arch:
211211
["x64", "x86"]
212212
python-version:
213-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
213+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
214214
max-parallel: 3
215215
fail-fast: false
216216
needs: build
@@ -244,7 +244,7 @@ jobs:
244244
arch:
245245
["x64", "x86"]
246246
python-version:
247-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
247+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
248248
max-parallel: 1
249249
if: startsWith(github.event.ref, 'refs/tags/v')
250250
needs: test

0 commit comments

Comments
 (0)