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:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user