-
Notifications
You must be signed in to change notification settings - Fork 96
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
Define a policy for the supported GDAL versions #477
Comments
I'd say you shouldn't try to target 2.x anymore for sure... For the rest, it really depends if your target audience is rather bleeding edge or conservative... |
Probably not very conservative if they're using Rust, but I don't really know. Any thoughts, @jdroenner, @metasim? |
It is difficult... For me, Ubuntu is the most relevant (Linux) distribution. In my experience it is the one that is often used out of the box. |
Don't take this as expert opinion, but to riff off what I think you're implicitly saying, defining a support policy based on the lowest version installed by one or more popular Linux LTS distributions seems like a clear path to me. |
We currently test on 3.1 to 3.8 in the official images, and on 3.0 on Ubuntu 20.04 (LTS), while 2.4 is broken. We should decide if we want to fix the latter or drop the support, and in the long run we probably don't want to test dozens of versions.
Popular distributions have:
(you can check others on https://pkgs.org/, search for
gdal
andgdal-bin
)I'm inclined to say we should use Ubuntu LTS-1 (20.04) or Debian oldstable, however:
CC @rouault maybe you have some idea of which versions people are using.
The text was updated successfully, but these errors were encountered: