Skip to content

Commit

Permalink
🚧 Drop python 3.6 support (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand authored Jan 23, 2022
1 parent acaf24a commit 9e0e156
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 @@ -50,7 +50,7 @@
install_requires=["jupyterlab~=3.1", "jupyter_packaging~=0.9,<2"],
zip_safe=False,
include_package_data=True,
python_requires=">=3.6",
python_requires=">=3.7",
platforms="Linux, Mac OS X, Windows",
project_urls={
"Documentation": "https://s-weigand.github.io/jupyterlab_autosave_on_focus_change/",
Expand All @@ -71,7 +71,6 @@
"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",
Expand Down

0 comments on commit 9e0e156

Please sign in to comment.