Skip to content

Commit a8566f6

Browse files
committed
Shorten python version support range
1 parent 21116b4 commit a8566f6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ classifiers = [
1616
'Natural Language :: English',
1717
'License :: OSI Approved :: MIT License',
1818
"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",
2519
"Programming Language :: Python :: 3.7",
2620
"Programming Language :: Python :: 3.8",
2721
"Programming Language :: Python :: 3.9",
@@ -31,7 +25,7 @@ classifiers = [
3125
]
3226

3327
[tool.poetry.dependencies]
34-
python = ">=2"
28+
python = ">=3.7,<4.0"
3529
appdirs = "^1.4.4"
3630
future = "^0.18.3"
3731
packaging = "^23.2"

0 commit comments

Comments
 (0)