Skip to content

Commit bb4b2bc

Browse files
CI(deps): Update dependency python to v3.14.0 (OSGeo#6488)
1 parent 0ac28f5 commit bb4b2bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/additional_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3838
with:
39-
python-version: "3.13"
39+
python-version: "3.14"
4040
- name: Install uv and restore its cache
4141
uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
4242
with:

.github/workflows/create_release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4040
with:
41-
python-version: '3.13'
41+
python-version: '3.14'
4242
- name: Create output directory
4343
run: |
4444
mkdir "${OUT_DIR}"

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
PYTHONWARNINGS: always
2525
# renovate: datasource=python-version depName=python
26-
PYTHON_VERSION: "3.13"
26+
PYTHON_VERSION: "3.14"
2727

2828
steps:
2929
- name: Checkout core

.github/workflows/python-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
env:
2929
# renovate: datasource=python-version depName=python
30-
PYTHON_VERSION: "3.13"
30+
PYTHON_VERSION: "3.14"
3131
MIN_PYTHON_VERSION: "3.10"
3232
# renovate: datasource=pypi depName=flake8
3333
FLAKE8_VERSION: "7.3.0"

0 commit comments

Comments
 (0)