Skip to content

Commit 1efe1eb

Browse files
authored
Merge pull request #7 from ofek/patch-1
2 parents 253b58b + a71ad79 commit 1efe1eb

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)