Skip to content

Commit

Permalink
Merge pull request timkpaine#24 from timkpaine/timkpaine-patch-1
Browse files Browse the repository at this point in the history
Drop py3.6, update classifiers
  • Loading branch information
timkpaine authored Oct 14, 2021
2 parents c88142d + 3daca81 commit 0912f52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,20 @@
],
zip_safe=False,
include_package_data=True,
python_requires=">=3.6",
python_requires=">=3.7",
platforms="Linux, Mac OS X, Windows",
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
classifiers=[
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
"Framework :: Jupyter :: JupyterLab :: Extensions",
"Framework :: Jupyter :: JupyterLab :: Extensions :: Themes",
],
)

Expand Down

0 comments on commit 0912f52

Please sign in to comment.