We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e083c62 commit 3851601Copy full SHA for 3851601
1 file changed
tests/gis_tests/gdal_tests/test_driver.py
@@ -9,7 +9,7 @@
9
"MapInfo File",
10
"S57",
11
"DGN",
12
- "Memory" if GDAL_VERSION <= (3, 10) else "MEM",
+ "Memory" if GDAL_VERSION[:2] <= (3, 10) else "MEM",
13
"CSV",
14
"GML",
15
"KML",
0 commit comments