We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8c136 commit 8b3b04dCopy full SHA for 8b3b04d
pyproject.toml
@@ -13,8 +13,12 @@ requires-python = ">=3.8"
13
license = { text = "MIT" }
14
classifiers = [
15
"License :: OSI Approved :: MIT License",
16
- "Programming Language :: Python :: 3",
17
- "Programming Language :: Python :: 3 :: Only",
+ "Programming Language :: Python :: 3.8",
+ "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"
22
]
23
dependencies = [
24
'typing_extensions>=4.8.0; python_version < "3.11"'
0 commit comments