Skip to content

Commit

Permalink
Merge pull request #122 from ocefpaf/drop_py36
Browse files Browse the repository at this point in the history
drop py36
  • Loading branch information
ocefpaf committed Nov 7, 2022
2 parents 12a322a + 57c546b commit 268fafc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def walk_subpkg(name):
keywords="data visualization",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand All @@ -73,6 +72,6 @@ def walk_subpkg(name):
tests_require=["pytest"],
license=LICENSE,
install_requires=install_requires,
python_requires=">=3.5",
python_requires=">=3.7",
zip_safe=False,
)

0 comments on commit 268fafc

Please sign in to comment.