Skip to content

Commit 8b3b04d

Browse files
committed
Update Python version classifiers in pyproject.toml
1 parent df8c136 commit 8b3b04d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ requires-python = ">=3.8"
1313
license = { text = "MIT" }
1414
classifiers = [
1515
"License :: OSI Approved :: MIT License",
16-
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3 :: Only",
16+
"Programming Language :: Python :: 3.8",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Typing :: Typed"
1822
]
1923
dependencies = [
2024
'typing_extensions>=4.8.0; python_version < "3.11"'

0 commit comments

Comments
 (0)