Skip to content

Commit 05f841a

Browse files
committed
Fix tools.classifiers section in pyproject.toml
1 parent c55d4d0 commit 05f841a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@ authors = [{ name = "Tom Ritchford", email = "tom@swirly.com" }]
66
requires-python = ">=3.10"
77
readme = "README.md"
88
license = "MIT"
9-
classifiers = [
10-
"Programming Language :: Python :: 3",
11-
"Programming Language :: Python :: 3.8",
12-
"Programming Language :: Python :: 3.9",
13-
"Programming Language :: Python :: 3.10",
14-
"Programming Language :: Python :: 3.11",
15-
"Programming Language :: Python :: 3.12",
16-
"Programming Language :: Python :: 3.13",
17-
"Programming Language :: Python :: 3.14",
18-
]
9+
classifiers = ["Programming Language :: Python :: 3", "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"]
1910
dependencies = ["coverage>=7.3.2,<8"]
2011

2112
[project.urls]

0 commit comments

Comments
 (0)