Skip to content

Commit

Permalink
Add Python 3.12 to basemap-data workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
molinav committed Feb 15, 2024
1 parent 32065ce commit 01b2218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basemap-data-hires.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
matrix:
python-version:
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
"3.9", "3.10", "3.11"]
"3.9", "3.10", "3.11", "3.12"]
max-parallel: 3
fail-fast: false
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/basemap-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
matrix:
python-version:
["2.6", "2.7", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8",
"3.9", "3.10", "3.11"]
"3.9", "3.10", "3.11", "3.12"]
max-parallel: 3
fail-fast: false
needs: build
Expand Down

0 comments on commit 01b2218

Please sign in to comment.