diff --git a/pyproject.toml b/pyproject.toml index b8a379a..9ad5b3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ test = [ "nd2[tiff]", "aicsimageio", "dask[array]", - "lxml; python_version >= '3.9' and python_version < '3.13'", + "lxml; python_version >= '3.9' and python_version <= '3.12'", "numpy", "psutil", "pytest-codspeed",