Skip to content

Commit 358f468

Browse files
authored
chore: support for Python +3.10 (#10)
1 parent 20df3ee commit 358f468

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ classifiers = [
2727
"Intended Audience :: Developers",
2828
"License :: OSI Approved :: MIT License",
2929
"Programming Language :: Python :: 3 :: Only",
30+
"Programming Language :: Python :: 3.10",
31+
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
3033
"Programming Language :: Python :: 3.13",
3134
"Programming Language :: Python :: 3.14",
35+
"Programming Language :: Python :: 3.15",
3236
]
3337
dependencies = []
3438
description = "An extremely fast Python task runner."
@@ -45,7 +49,7 @@ keywords = [
4549
license = { text = "MIT" }
4650
name = "uvtask"
4751
readme = "README.md"
48-
requires-python = ">=3.13"
52+
requires-python = ">=3.10"
4953

5054
[dependency-groups]
5155
dev = [

0 commit comments

Comments
 (0)