Skip to content

Commit 01b2218

Browse files
committed
Add Python 3.12 to basemap-data workflows
1 parent 32065ce commit 01b2218

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
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
python-version:
7171
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
72-
"3.9", "3.10", "3.11"]
72+
"3.9", "3.10", "3.11", "3.12"]
7373
max-parallel: 3
7474
fail-fast: false
7575
needs: build

.github/workflows/basemap-data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
python-version:
7171
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
72-
"3.9", "3.10", "3.11"]
72+
"3.9", "3.10", "3.11", "3.12"]
7373
max-parallel: 3
7474
fail-fast: false
7575
needs: build

0 commit comments

Comments
 (0)