Skip to content

Commit

Permalink
Compatible with Celery 5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed May 18, 2021
1 parent 106b8f2 commit 39d4fb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def long_description():
url='https://github.com/clokep/celery-batches',
license='BSD',
platforms=['any'],
install_requires=['celery>=4.4,<5.1'],
install_requires=['celery>=4.4,<5.2'],
python_requires=">=3.6,",
classifiers=[
'Development Status :: 3 - Alpha',
Expand All @@ -37,6 +37,7 @@ def long_description():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent',
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[tox]
envlist =
{pypy3,3.6,3.7,3.8,3.9}-celery{44,50,master}
{pypy3,3.6,3.7,3.8,3.9}-celery{44,50,51,master}
flake8

[testenv]
deps=
-r{toxinidir}/requirements/test.txt
celery44: celery>=4.4,<4.5
celery50: celery>=5.0,<5.1
celery51: celery>=5.1.0b2,<5.2
celerymaster: https://codeload.github.com/celery/celery/zip/master

flake8: -r{toxinidir}/requirements/pkgutils.txt
Expand Down

0 comments on commit 39d4fb1

Please sign in to comment.