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) }}