From 3d4423fb23d68d80a180f329e427ea94a8bb0ec7 Mon Sep 17 00:00:00 2001 From: Ali Furkan Kalay Date: Thu, 25 Sep 2025 16:29:01 +1000 Subject: [PATCH] Update pyproject.toml python version restriction --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9818a40..79d212a 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.12, >3.7" # limited by Numba support +requires-python = ">3.7" # limited by Numba support license = {file = "LICENSE.md"} classifiers = [ "Programming Language :: Python :: 3",