Skip to content

Commit 8f296df

Browse files
committed
chore: simplify Python classifier to minimum version only
1 parent e21fffc commit 8f296df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
dependencies = []
1212
classifiers = [
13-
"Programming Language :: Python :: 3",
1413
"Programming Language :: Python :: 3.10",
15-
"Programming Language :: Python :: 3.11",
16-
"Programming Language :: Python :: 3.12",
17-
"Programming Language :: Python :: 3.13",
1814
]
1915

2016
[project.scripts]

0 commit comments

Comments
 (0)