Skip to content

Commit 0ad1fdf

Browse files
committed
drop zarr 2 in ci
1 parent bd426e7 commit 0ad1fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/_zarr3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
try:
1515
import zarr
1616

17-
if zarr.__version__ < "3.0.0":
17+
if zarr.__version__ < "3.0.0": # pragma: no cover
1818
raise ImportError("zarr 3.0.0 or later is required to use the numcodecs zarr integration.")
1919
except ImportError:
2020
raise ImportError("zarr 3.0.0 or later is required to use the numcodecs zarr integration.")

0 commit comments

Comments
 (0)