diff --git a/setup.py b/setup.py index 44d5535..52cd43b 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,6 @@ def read(*filenames, **kwargs): "Development Status :: 4 - Beta", "Programming Language :: C", "Programming Language :: Python", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -97,7 +95,7 @@ def run_setup(with_binary): install_requires = check_dependencies() setup( name="pyyeti", - version="1.3.0", + version="1.3.1", url="http://github.com/twmacro/pyyeti/", license="BSD", author="Tim Widrick",