Skip to content

Commit d202ffb

Browse files
committed
Enable Python 2.7 in basemap-for-windows action
1 parent 69284b1 commit d202ffb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,14 @@ jobs:
9595
]
9696
python-version:
9797
[
98+
"2.7",
9899
"3.5",
99100
"3.6",
100101
"3.7",
101102
"3.8",
102103
"3.9",
103104
]
104-
max-parallel: 5
105+
max-parallel: 6
105106
fail-fast: false
106107
needs: build-geos
107108
runs-on: windows-latest
@@ -208,6 +209,7 @@ jobs:
208209
]
209210
python-version:
210211
[
212+
"2.7",
211213
"3.5",
212214
"3.6",
213215
"3.7",

0 commit comments

Comments
 (0)