This commit is contained in:
varunkasyap 2025-11-17 21:03:13 +05:30 committed by GitHub
commit 77ac2a74d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ if lib_path:
elif os.name == "nt":
# Windows NT shared libraries
lib_names = [
"gdal312",
"gdal311",
"gdal310",
"gdal309",
@ -39,6 +40,7 @@ elif os.name == "posix":
lib_names = [
"gdal",
"GDAL",
"gdal3.12.0",
"gdal3.11.0",
"gdal3.10.0",
"gdal3.9.0",