Skip to content

Commit 0146b1f

Browse files
committed
Only require zstandard for python_version < "3.14"
1 parent 830843b commit 0146b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ test_full = [
117117
'tqdm',
118118
'urllib3',
119119
'zarr',
120-
'zstandard',
120+
'zstandard; python_version < "3.14"',
121121
]
122122
test_downstream = [
123123
"dask[dataframe,test]",

0 commit comments

Comments
 (0)