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 ef98d43 commit 14d2654Copy full SHA for 14d2654
setup.py
@@ -49,7 +49,6 @@
49
"Operating System :: OS Independent",
50
"Programming Language :: Python",
51
"Programming Language :: Python :: 3",
52
- "Programming Language :: Python :: 3.8",
53
"Programming Language :: Python :: 3.9",
54
"Programming Language :: Python :: 3.10",
55
"Programming Language :: Python :: 3.11",
@@ -59,7 +58,7 @@
59
58
"extras_require": dict(
60
dev=DEV_REQUIRES,
61
),
62
- "python_requires": ">=3.8,<4",
+ "python_requires": ">=3.9,<4",
63
"packages": find_packages(exclude=["docs", "tests.*", "tests"]),
64
"include_package_data": True,
65
"scripts": [],
0 commit comments