From ac02fe356a95b3fb2297d7ca33403e6696646038 Mon Sep 17 00:00:00 2001 From: Paolo Tormene Date: Thu, 23 Jan 2025 11:21:32 +0100 Subject: [PATCH] Replace tests with python 3.9, using python 3.12 instead --- .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 ad9525159..b53472595 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: # NOTE: qgis:stable points to the latest release, wheread qgis:latest points to qgis master QGIS_DOCKER_VERSION: ['qgis/qgis:ltr', 'qgis/qgis:stable'] # NOTE: qgis uses its own python, but we want to check if there are problems interfacing with the engine while it uses different python versions - PYTHON_VERSION: ['3.9', '3.10', '3.11'] + PYTHON_VERSION: ['3.10', '3.11', '3.12'] runs-on: ${{ matrix.os }} env: GITHUB_DEF_BR: master