We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932350e commit 067d80cCopy full SHA for 067d80c
tox.ini
@@ -56,7 +56,8 @@ envlist =
56
{py2.7}-celery-3
57
{py2.7,py3.5,py3.6}-celery-{4.1,4.2}
58
{py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.3,4.4}
59
- {py3.6,py3.7,py3.8,py3.9,py3.10}-celery-5.0
+ {py3.6,py3.7,py3.8}-celery-{5.0}
60
+ {py3.7,py3.8,py3.9,py3.10}-celery-{5.1,5.2}
61
62
py3.7-beam-{2.12,2.13,2.32,2.33}
63
@@ -193,8 +194,11 @@ deps =
193
194
# https://github.com/celery/celery/issues/6153
195
celery-4.4: Celery>=4.4,<4.5,!=4.4.4
196
celery-5.0: Celery>=5.0,<5.1
197
+ celery-5.1: Celery>=5.1,<5.2
198
+ celery-5.2: Celery>=5.2,<5.3
199
200
py3.5-celery: newrelic<6.0.0
201
+ {py3.7}-celery: importlib-metadata<5.0
202
{py2.7,py3.6,py3.7,py3.8,py3.9,py3.10}-celery: newrelic
203
204
requests: requests>=2.0
0 commit comments