Skip to content

Commit 7beeca8

Browse files
committed
Add Python 3.11 to test of data packages
1 parent 73d4f82 commit 7beeca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
matrix:
6868
python-version:
6969
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
70-
"3.9", "3.10"]
70+
"3.9", "3.10", "3.11"]
7171
max-parallel: 3
7272
fail-fast: false
7373
needs: build

.github/workflows/basemap-data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
matrix:
6868
python-version:
6969
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
70-
"3.9", "3.10"]
70+
"3.9", "3.10", "3.11"]
7171
max-parallel: 3
7272
fail-fast: false
7373
needs: build

0 commit comments

Comments
 (0)