diff --git a/pyproject.toml b/pyproject.toml index c0f8537..cd54cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] description = "Measure singling out, linkability, and inference risk for synthetic data." readme = "README.md" -requires-python = "<3.13, >=3.9" +requires-python = "<=3.13, >=3.9" license = {file = "LICENSE.md"} classifiers = [ "Programming Language :: Python :: 3",