Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set 3.28 as minimal version #113

Merged
merged 2 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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