From dea07930b2a4f3c5f6371c43be61f27a40eacef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Mu=CC=88ller?= Date: Tue, 28 Jan 2025 14:07:43 +0100 Subject: [PATCH] Bump up Python version 3.7 is not offered anymore by GitHub --- .github/workflows/gh-publish-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-publish-web.yml b/.github/workflows/gh-publish-web.yml index 6f51cdd..392e091 100644 --- a/.github/workflows/gh-publish-web.yml +++ b/.github/workflows/gh-publish-web.yml @@ -22,7 +22,7 @@ jobs: - name: Install Python uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.12' - name: Install dependencies run: make install-ci