diff --git a/pyproject.toml b/pyproject.toml index 84d1739fb..9658a6a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ test = [ "packaging", "vdirsyncer", "setuptools", # python > 3.12 does not ship pkg_resources anymore + "importib-metadata; python_version <= '3.9'", # importlib.metadata is in stdlib since 3.10 ] docs = [ "sphinx!=1.6.1",