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.
2 parents 12a322a + 57c546b commit 268fafcCopy full SHA for 268fafc
setup.py
@@ -53,7 +53,6 @@ def walk_subpkg(name):
53
keywords="data visualization",
54
classifiers=[
55
"Programming Language :: Python :: 3",
56
- "Programming Language :: Python :: 3.6",
57
"Programming Language :: Python :: 3.7",
58
"Programming Language :: Python :: 3.8",
59
"Programming Language :: Python :: 3.9",
@@ -73,6 +72,6 @@ def walk_subpkg(name):
73
72
tests_require=["pytest"],
74
license=LICENSE,
75
install_requires=install_requires,
76
- python_requires=">=3.5",
+ python_requires=">=3.7",
77
zip_safe=False,
78
)
0 commit comments