Skip to content

Commit 274de2d

Browse files
authored
Merge pull request #111 from myperfectstay/update-trove
Specify supported Python versions via trove classifiers
2 parents bd8a43d + 737f571 commit 274de2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ classifiers = [
1515
"License :: OSI Approved :: Apache Software License",
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
1822
]
1923
dependencies = ["requests", "typing-extensions"]
2024
dynamic = ["version"]

0 commit comments

Comments
 (0)