We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20df3ee commit 358f468Copy full SHA for 358f468
1 file changed
pyproject.toml
@@ -27,8 +27,12 @@ classifiers = [
27
"Intended Audience :: Developers",
28
"License :: OSI Approved :: MIT License",
29
"Programming Language :: Python :: 3 :: Only",
30
+ "Programming Language :: Python :: 3.10",
31
+ "Programming Language :: Python :: 3.11",
32
+ "Programming Language :: Python :: 3.12",
33
"Programming Language :: Python :: 3.13",
34
"Programming Language :: Python :: 3.14",
35
+ "Programming Language :: Python :: 3.15",
36
]
37
dependencies = []
38
description = "An extremely fast Python task runner."
@@ -45,7 +49,7 @@ keywords = [
45
49
license = { text = "MIT" }
46
50
name = "uvtask"
47
51
readme = "README.md"
48
-requires-python = ">=3.13"
52
+requires-python = ">=3.10"
53
54
[dependency-groups]
55
dev = [
0 commit comments