Skip to content

Commit

Permalink
bye bye python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Mar 1, 2023
1 parent 85cbc71 commit 433c8fc
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 @@ -50,7 +50,7 @@ def readme():
version=__version__,
install_requires=install_requires,
extras_require={"casacore" : ["python-casacore"] },
python_requires='>=3.6',
python_requires='>=3.7',
author="Oleg Smirnov",
author_email="[email protected]",
description=("A data visualization framework for jupyter notebooks"),
Expand All @@ -74,7 +74,9 @@ def readme():
"Development Status :: 5 - Production/Stable",
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)

0 comments on commit 433c8fc

Please sign in to comment.