-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Feature Description
Currently only way to find out which python is bundled in each QGIS Windows installer seems to be installing it and checking qgis/apps directory.
Why not create a list of bundled python versions for QGIS versions, or list of QGIS versions where python changes to what version?
If that information is already available somewhere, please inform. I can't find it and ChatGPT, searching the web, does not find it (it found mac version :/)
Background:
We are looking for updating 3.22 LTR to 3.40 LTR and as we have two C++ components, we need to know for which python version to compile them. We'd rather do it once then twice.
When we started plugin development for the project, we selected QGIS-to-become-LTR, only to find out that LTR version had newer python, so we stuck with pre-LTR version. I hope such won't happen in future -- or it is at least clearly documented beforehand!
Reference to Feature
No response