When running the latest conda-forge build, I realized that there was a test failure happening, which (after testing) is due to a behavior change first released in GDAL 3.11.0. The failing test is tests/test_geoprocessing.py::TestGeoprocessing::test_create_raster_from_vector_extents_invalid_pixeltype.
Looking deeper into this, we hadn't caught the issue because the tests aren't currently running against GDAL 3.10 or 3.11.
When running the latest conda-forge build, I realized that there was a test failure happening, which (after testing) is due to a behavior change first released in GDAL 3.11.0. The failing test is
tests/test_geoprocessing.py::TestGeoprocessing::test_create_raster_from_vector_extents_invalid_pixeltype.Looking deeper into this, we hadn't caught the issue because the tests aren't currently running against GDAL 3.10 or 3.11.