<div dir="ltr">Thanks Even and Dan!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 13, 2023 at 10:45 AM Daniel Baston <<a href="mailto:dbaston@gmail.com">dbaston@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>The minimum version (3.6) is documented at <a href="https://gdal.org/development/dev_environment.html#build-requirements" target="_blank">https://gdal.org/development/dev_environment.html#build-requirements</a></div><div><br></div><div>The CI still has configurations using Ubuntu 18.04, which is using 3.6.9:</div><div><br></div><div>docker run --rm <a href="http://ghcr.io/osgeo/gdal-deps:ubuntu_18.04-master" target="_blank">ghcr.io/osgeo/gdal-deps:ubuntu_18.04-master</a> python3 --version</div><div><br></div><div>Dan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 13, 2023 at 1:22 PM Kurt Schwehr <<a href="mailto:schwehr@gmail.com" target="_blank">schwehr@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>What is the minimum python version for the GDAL python bindings? This is the only thing I found easily:</div><div><br></div><div>find . -type f | grep -v git | xargs grep 3 | grep python_version <br></div><div><br></div><div>cat autotest/requirements.txt <br>pytest>=6.0.0<br>pytest-sugar<=0.9.6; python_version < '3.7'<br>pytest-sugar; python_version >= '3.7'<br>pytest-env<br>lxml<br>jsonschema<br>filelock<br></div><div><br></div><div>I think the real answer is that it's 3.8 from what I see here:</div><div><br></div><div>swig/python/osgeo/__init__.py<br></div><div><br></div><div># The following is a Sequence of tuples in the form of (gdal_version, python_version).<br># Each line represents the minimum supported Python version of a given GDAL version.<br># Introducing a new line for the next GDAL version will trigger a deprecation warning<br># when importing osgeo from a Python version which will not be<br># supported in the next version of GDAL.<br>gdal_version_and_min_supported_python_version = (<br>    ((0, 0), (0, 0)),<br>    ((1, 0), (2, 0)),<br>    ((2, 0), (2, 7)),<br>    ((3, 3), (3, 6)),<br>    # ((3, 4), (3, 7)),<br>    # ((3, 5), (3, 8)),<br>)<br></div></div>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>
</blockquote></div>