From 61fe67660ffd88ce5ca5a0620bcea63667f4cbfb Mon Sep 17 00:00:00 2001 From: Raffson Date: Sat, 13 Apr 2024 15:18:02 +0200 Subject: [PATCH] Upgrade to Python 3.11 Partially fixes the bug where no error is shown in case of campaign errors when clicking Finish in the NGW --- .github/actions/setup-liberation-python/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-liberation-python/action.yaml b/.github/actions/setup-liberation-python/action.yaml index a2992461..4d2d7877 100644 --- a/.github/actions/setup-liberation-python/action.yaml +++ b/.github/actions/setup-liberation-python/action.yaml @@ -6,7 +6,7 @@ runs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "3.10" + python-version: "3.11" cache: pip - name: Install environment