Skip to content

Commit 7b41465

Browse files
committed
Test basemap-data and basemap-data-hires also in Python 3.10
1 parent deb52ad commit 7b41465

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
strategy:
6262
matrix:
6363
python-version:
64-
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9"]
64+
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
65+
"3.9", "3.10"]
6566
max-parallel: 3
6667
fail-fast: false
6768
needs: build

.github/workflows/basemap-data.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
strategy:
6262
matrix:
6363
python-version:
64-
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9"]
64+
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
65+
"3.9", "3.10"]
6566
max-parallel: 3
6667
fail-fast: false
6768
needs: build

0 commit comments

Comments
 (0)