From 758d06bbe446ed803d81b8a6264dbb3ee27ca47d Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Tue, 1 Jul 2025 09:03:11 +0200 Subject: [PATCH] Update python version for changelog workflow --- templates/github/.github/workflows/nightly.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/github/.github/workflows/nightly.yml.j2 b/templates/github/.github/workflows/nightly.yml.j2 index 9ab78f16..e6116cb7 100644 --- a/templates/github/.github/workflows/nightly.yml.j2 +++ b/templates/github/.github/workflows/nightly.yml.j2 @@ -42,7 +42,7 @@ jobs: steps: {{ checkout(depth=0, path=plugin_name) | indent(6) }} - {{ setup_python(pyversion="3.11") | indent(6) }} + {{ setup_python(pyversion="3.13") | indent(6) }} {{ install_python_deps(["gitpython", "packaging", "toml"]) | indent(6) }}