Skip to content

Commit 7f175a0

Browse files
committed
Document support for Python versions in pyproject.toml
1 parent 1302d79 commit 7f175a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ classifiers = [
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
2323
"Programming Language :: Python :: 3 :: Only",
24+
"Programming Language :: Python :: 3.7",
25+
"Programming Language :: Python :: 3.8",
26+
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
2429
]
2530
dependencies = []
2631
dynamic = ["version"]

0 commit comments

Comments
 (0)