Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/celery/kombu
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed May 30, 2019
2 parents 2c470ba + 09adcc0 commit f4c05eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
amqp>=2.4.0,<3.0
amqp>=2.5.0,<3.0
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def run_tests(self):
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={
Expand All @@ -140,7 +140,6 @@ def run_tests(self):
'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',
Expand Down

0 comments on commit f4c05eb

Please sign in to comment.