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:
committed by
Mariusz Felisiak
parent
c709a748ce
commit
3ec15b0bcf
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user