diff --git a/pyproject.toml b/pyproject.toml index 93b36794..73a67e3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = { text = "BSD" } authors = [ { name = "Daniel Roy Greenfeld", email = "pydanny@gmail.com" }, ] -requires-python = "==3.12" +requires-python = ">=3.12" classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console",