From 5ff9c8e11246cbe4738b8a86d8c8d7c367103335 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 17 Jun 2024 09:40:25 +0200 Subject: [PATCH] trying 3.13 --- .github/workflows/test-only.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index 69e42cba..6ff3fddf 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -37,3 +37,10 @@ jobs: python-version: '3.12' skip-pypuppeteer: true + test-application-3-13: + needs: lint-code + uses: ./.github/workflows/test-stack-reusable-workflow.yml + with: + python-version: '3.13' + skip-pypuppeteer: true + \ No newline at end of file