diff --git a/setup.py b/setup.py index e370bd3..b6f53ed 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='swish', - version='1.2', + version='1.4', packages=find_packages(), include_package_data=True, license='MIT', @@ -27,10 +27,6 @@ 'Intended Audience :: Developers', "Topic :: Software Development :: Libraries :: Python Modules", 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', - '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',