Skip to content

Commit

Permalink
Merge pull request #113 from geotribu/upgrade/bumppt-to-qgis-3.28
Browse files Browse the repository at this point in the history
Set 3.28 as minimal version
  • Loading branch information
Guts authored Mar 8, 2023
2 parents ebe2052 + 4ee10e3 commit 85ded59
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: [Guts,]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches: [main]
paths:
- "**.py"
- .github/workflows/tester.yml

pull_request:
branches: [main]
paths:
- "**.py"
- .github/workflows/tester.yml

env:
PROJECT_FOLDER: "qtribu"
Expand Down Expand Up @@ -45,7 +47,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: qgis/qgis:release-3_22
image: qgis/qgis:release-3_28
env:
CI: true
DISPLAY: ":1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Documentation Builder](https://github.com/geotribu/qtribu/actions/workflows/documentation.yml/badge.svg)](https://github.com/geotribu/qtribu/actions/workflows/documentation.yml)
[![Packager](https://github.com/geotribu/qtribu/actions/workflows/packager.yml/badge.svg)](https://github.com/geotribu/qtribu/actions/workflows/packager.yml)

Plugin pour QGIS > 3.16
Plugin pour QGIS > 3.28

Inutile au travail donc forcément indispensable.

Expand Down
2 changes: 1 addition & 1 deletion qtribu/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tracker=https://github.com/geotribu/qtribu/issues/
# experimental flag
deprecated=False
experimental=False
qgisMinimumVersion=3.16
qgisMinimumVersion=3.28
qgisMaximumVersion=3.99

# versionnement
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_qgis.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM qgis/qgis:release-3_16
FROM qgis/qgis:release-3_28

ENV PYTHONDONTWRITEBYTECODE=1

Expand Down

0 comments on commit 85ded59

Please sign in to comment.