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

Skip to content

Commit 20e9cc6

Browse files
committed
Add Python 3.11 to basemap-for-manylinux workflow
1 parent e4eb200 commit 20e9cc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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
@@ -128,7 +128,7 @@ jobs:
128128
arch:
129129
["x64", "x86"]
130130
python-version:
131-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
131+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
132132
max-parallel: 3
133133
fail-fast: false
134134
needs: build-geos
@@ -184,7 +184,7 @@ jobs:
184184
arch:
185185
["x64", "x86"]
186186
python-version:
187-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
187+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
188188
max-parallel: 3
189189
fail-fast: false
190190
needs: build
@@ -236,7 +236,7 @@ jobs:
236236
arch:
237237
["x64", "x86"]
238238
python-version:
239-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
239+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
240240
max-parallel: 3
241241
fail-fast: false
242242
needs: repair
@@ -285,7 +285,7 @@ jobs:
285285
arch:
286286
["x64", "x86"]
287287
python-version:
288-
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
288+
["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
289289
max-parallel: 1
290290
if: startsWith(github.event.ref, 'refs/tags/v')
291291
needs: test

0 commit comments

Comments
 (0)