We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaf395 commit 922836dCopy full SHA for 922836d
pyproject.toml
@@ -14,12 +14,12 @@ classifiers = [
14
"Intended Audience :: Developers",
15
"License :: OSI Approved :: MIT License",
16
"Programming Language :: Python :: 3 :: Only",
17
- "Programming Language :: Python :: 3.7",
18
"Programming Language :: Python :: 3.8",
19
"Programming Language :: Python :: 3.9",
20
- "Programming Language :: Python :: 3.10"
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11"
21
]
22
-requires-python = ">=3.7"
+requires-python = ">=3.8.1"
23
dynamic = ["version"]
24
25
[project.optional-dependencies]
0 commit comments