Skip to content

Commit

Permalink
Replace tests with python 3.9, using python 3.12 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Jan 23, 2025
1 parent 4fe7094 commit ac02fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac02fe3

Please sign in to comment.