mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-09-02 10:53:36 +02:00
Updated python version to 3.12 in workflow files
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.12'
|
||||
# Ensure mkdocs.yml exists in the repo root
|
||||
- name: Check for mkdocs.yml in root
|
||||
run: |
|
||||
|
2
.github/workflows/generate-readme.yml
vendored
2
.github/workflows/generate-readme.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install nbconvert
|
||||
run: |
|
||||
|
4
.github/workflows/publish-package.yml
vendored
4
.github/workflows/publish-package.yml
vendored
@@ -25,10 +25,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python 3.11
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.11
|
||||
python-version: 3.12
|
||||
|
||||
- name: Install build and twine
|
||||
run: |
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.11"]
|
||||
python-version: ["3.12"]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -47,3 +47,4 @@ SRTM1/
|
||||
# Ignore test and temp files
|
||||
*.tmp
|
||||
*.tmp.png
|
||||
prettymaps/presets/my-preset.json
|
@@ -10,7 +10,7 @@
|
||||
"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"# [](https://marceloprates.github.io/prettymaps/) [](https://pypi.org/project/prettymaps/) [](https://www.python.org/) [](LICENSE)\n",
|
||||
"# [](https://marceloprates.github.io/prettymaps/) [](https://pypi.org/project/prettymaps/) [](https://www.python.org/) [](LICENSE)\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"This work is [licensed](LICENSE) under a GNU Affero General Public License v3.0 (you can make commercial use, distribute and modify this project, but must **disclose** the source code with the license and copyright notice)\n",
|
||||
|
Reference in New Issue
Block a user