mirror of https://github.com/celery/kombu.git
drop python 3.4
This commit is contained in:
parent
b20c8e0e7b
commit
09adcc0caa
3
setup.py
3
setup.py
|
@ -115,7 +115,7 @@ setup(
|
|||
zip_safe=False,
|
||||
license='BSD',
|
||||
cmdclass={'test': pytest},
|
||||
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
|
||||
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
|
||||
install_requires=reqs('default.txt'),
|
||||
tests_require=reqs('test.txt'),
|
||||
extras_require={
|
||||
|
@ -140,7 +140,6 @@ setup(
|
|||
'Operating System :: OS Independent',
|
||||
'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',
|
||||
|
|
Loading…
Reference in New Issue