diff --git a/pyproject.toml b/pyproject.toml index ef57529..b79e6a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,12 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.15", ] dependencies = [] description = "An extremely fast Python task runner." @@ -45,7 +49,7 @@ keywords = [ license = { text = "MIT" } name = "uvtask" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" [dependency-groups] dev = [