Hello Marco,
Just to share my personal stance on this topic.
Since the QGIS project officially maintains two versions (the LTR and
the regular release), I stick to ensuring compatibility with LTR -1 when
starting a new plugin. For example, since the current LTR is 3.40.4+, I
begin plugin deve
On Fri, 25 Apr 2025 at 00:55, Marco Lechner - FOSSGIS e.V. via
QGIS-Developer wrote:
> 3.12? Until now my plugins qgisMinimumVersion was 3.4 - should this be
> edited to 3.40? Ot what may fit best?
As Richard pointed out unfortunately the user analytics site is down
right now, but as of last wee
"Marco Lechner - FOSSGIS e.V. via QGIS-Developer"
writes:
> I already started making my QGIS plugins qt6 compatible. It wasn't
> complicated - thanks to the given migration and check tools. My code
> is Qt5/Qt6 compatible now, but I am not sure what will be the
> qgisMinimumVersion? Which QGIS of
My take would be 3.40 is new LTR, give our slow updaters some slack and set
your minimum to 3.34 (old ltr?) or so?
There was some graph somewhere on what QGIS versions are being used in the
wild, and you would not believe the ancient versions still being used :-) (I
think it is/was https://a
Hi,
I already started making my QGIS plugins qt6 compatible. It wasn't
complicated - thanks to the given migration and check tools. My code is
Qt5/Qt6 compatible now, but I am not sure what will be the
qgisMinimumVersion? Which QGIS official packages are usually compiled
with which Qt5 and Py