diff --git a/setup.py b/setup.py index 7069774..ac40818 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( zip_safe=False, platforms='any', install_requires=get_requirements(), - python_requires='>=3.4', + python_requires='>=3.5', entry_points={ 'console_scripts': [ 'rq = rq.cli:main', @@ -72,7 +72,6 @@ setup( 'Operating System :: Unix', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',