diff --git a/pyproject.toml b/pyproject.toml index 22d835b..a649959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "codeplain" dynamic = ["version"] description = "Transform plain language specifications into working code" readme = "README.md" -requires-python = "==3.11" +requires-python = "==3.11.*" classifiers = [ "Environment :: Console", "Intended Audience :: Developers",