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 21116b4 commit a8566f6Copy full SHA for a8566f6
1 file changed
pyproject.toml
@@ -16,12 +16,6 @@ classifiers = [
16
'Natural Language :: English',
17
'License :: OSI Approved :: MIT License',
18
"Programming Language :: Python",
19
- "Programming Language :: Python :: 2",
20
- "Programming Language :: Python :: 2.7",
21
- "Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.4",
23
- "Programming Language :: Python :: 3.5",
24
- "Programming Language :: Python :: 3.6",
25
"Programming Language :: Python :: 3.7",
26
"Programming Language :: Python :: 3.8",
27
"Programming Language :: Python :: 3.9",
@@ -31,7 +25,7 @@ classifiers = [
31
]
32
33
[tool.poetry.dependencies]
34
-python = ">=2"
28
+python = ">=3.7,<4.0"
35
29
appdirs = "^1.4.4"
36
30
future = "^0.18.3"
37
packaging = "^23.2"
0 commit comments