From 2a2bd59bc816585907d4a1d0c7d906190b8deae5 Mon Sep 17 00:00:00 2001 From: Damiano Lombardi Date: Mon, 2 Dec 2024 10:36:07 +0100 Subject: [PATCH] Upgrade python to 3.12 for the CI --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90dbb63..277fdcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python uses: actions/setup-python@v3 with: - python-version: 3.8 + python-version: '3.12' - name: Install qgis-plugin-ci run: pip3 install qgis-plugin-ci