mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #35883 -- Confirmed support for GDAL 3.9.
Updated test for change to exportToXML() which now errors out on unsupported projection methods. See https://github.com/OSGeo/gdal/issues/9223. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@ if lib_path:
|
||||
elif os.name == "nt":
|
||||
# Windows NT shared libraries
|
||||
lib_names = [
|
||||
"gdal309",
|
||||
"gdal308",
|
||||
"gdal307",
|
||||
"gdal306",
|
||||
@@ -36,6 +37,7 @@ elif os.name == "posix":
|
||||
lib_names = [
|
||||
"gdal",
|
||||
"GDAL",
|
||||
"gdal3.9.0",
|
||||
"gdal3.8.0",
|
||||
"gdal3.7.0",
|
||||
"gdal3.6.0",
|
||||
|
||||
Reference in New Issue
Block a user