From bfc8265195371202f9e56e72d5cc0d8e5c32cd4c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 17 May 2026 09:31:04 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- .forgejo/workflows/pr-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pr-tests.yml b/.forgejo/workflows/pr-tests.yml index aa96b84..e6409e4 100644 --- a/.forgejo/workflows/pr-tests.yml +++ b/.forgejo/workflows/pr-tests.yml @@ -4,7 +4,7 @@ jobs: test: runs-on: docker-arm64 container: - image: python:3.12-slim + image: python:3.14-slim env: CMAKE_BUILD_PARALLEL_LEVEL: "4" steps: