We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca9dee commit 68a3985Copy full SHA for 68a3985
pyproject.toml
@@ -8,8 +8,6 @@ classifiers = [
8
"Development Status :: 5 - Production/Stable",
9
"License :: OSI Approved :: MIT License",
10
"Programming Language :: Python :: 3",
11
- "Programming Language :: Python :: 3.6",
12
- "Programming Language :: Python :: 3.7",
13
"Programming Language :: Python :: 3.8",
14
"Programming Language :: Python :: 3.9",
15
"Programming Language :: Python :: 3.10",
@@ -18,7 +16,7 @@ classifiers = [
18
16
]
19
17
dynamic = ["version"]
20
21
-requires-python = ">= 3.6"
+requires-python = ">= 3.8"
22
dependencies = [
23
"language-data>=1.2"
24
0 commit comments