Skip to content

Commit 268fafc

Browse files
authored
Merge pull request #122 from ocefpaf/drop_py36
drop py36
2 parents 12a322a + 57c546b commit 268fafc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def walk_subpkg(name):
5353
keywords="data visualization",
5454
classifiers=[
5555
"Programming Language :: Python :: 3",
56-
"Programming Language :: Python :: 3.6",
5756
"Programming Language :: Python :: 3.7",
5857
"Programming Language :: Python :: 3.8",
5958
"Programming Language :: Python :: 3.9",
@@ -73,6 +72,6 @@ def walk_subpkg(name):
7372
tests_require=["pytest"],
7473
license=LICENSE,
7574
install_requires=install_requires,
76-
python_requires=">=3.5",
75+
python_requires=">=3.7",
7776
zip_safe=False,
7877
)

0 commit comments

Comments
 (0)