From f59ef0d64111ca384cf00d3dea99509e271a8885 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:08:52 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b33445966c..4974d8783fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Pyton uses: actions/setup-python@v4 with: - python-version: '3.7' + python-version: '3.14' architecture: x64 # Uses an action to add JDK 17 to the VM (and mvn?) - name: set up JDK 17