Skip to content

Commit a71ad79

Browse files
authored
Add Python version classifiers
1 parent 253b58b commit a71ad79

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ requires-python = ">= 3.7"
1515
readme = "README.md"
1616
license = {text = "MIT"}
1717
classifiers = [
18-
"Framework :: Hatch"
18+
"Framework :: Hatch",
19+
"Programming Language :: Python :: 3.7",
20+
"Programming Language :: Python :: 3.8",
21+
"Programming Language :: Python :: 3.9",
22+
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
1924
]
2025
dynamic = ["version"]
2126

0 commit comments

Comments
 (0)