Skip to content

Commit d99e4af

Browse files
committed
Adds python version classifiers to readme
1 parent 9f02302 commit d99e4af

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ dependencies = [
1616
"requests-toolbelt>=1.0.0",
1717
"pydantic>=2"
1818
]
19+
classifiers = [
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12"
23+
]
1924

2025
[dependency-groups]
2126
dev = [

0 commit comments

Comments
 (0)