1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

Fixed #34208 -- Confirmed support for GDAL 3.6.

This commit is contained in:
Mariusz Felisiak
2022-12-29 11:35:41 +01:00
committed by GitHub
parent 298d02a77a
commit ecbb5db65d
2 changed files with 18 additions and 17 deletions

View File

@@ -22,6 +22,7 @@ if lib_path:
elif os.name == "nt":
# Windows NT shared libraries
lib_names = [
"gdal306",
"gdal305",
"gdal304",
"gdal303",
@@ -37,6 +38,7 @@ elif os.name == "posix":
lib_names = [
"gdal",
"GDAL",
"gdal3.6.0",
"gdal3.5.0",
"gdal3.4.0",
"gdal3.3.0",