1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #35005 -- Confirmed support for GDAL 3.8.

This commit is contained in:
David Smith
2023-12-20 18:22:07 +00:00
committed by Mariusz Felisiak
parent c709a748ce
commit 3ec15b0bcf
2 changed files with 7 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ if lib_path:
elif os.name == "nt":
# Windows NT shared libraries
lib_names = [
"gdal308",
"gdal307",
"gdal306",
"gdal305",
@@ -36,6 +37,7 @@ elif os.name == "posix":
lib_names = [
"gdal",
"GDAL",
"gdal3.8.0",
"gdal3.7.0",
"gdal3.6.0",
"gdal3.5.0",