Skip to content

Commit

Permalink
Added newer Celery versions to test suite (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker authored Oct 3, 2022
1 parent 932350e commit 067d80c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ envlist =
{py2.7}-celery-3
{py2.7,py3.5,py3.6}-celery-{4.1,4.2}
{py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.3,4.4}
{py3.6,py3.7,py3.8,py3.9,py3.10}-celery-5.0
{py3.6,py3.7,py3.8}-celery-{5.0}
{py3.7,py3.8,py3.9,py3.10}-celery-{5.1,5.2}

py3.7-beam-{2.12,2.13,2.32,2.33}

Expand Down Expand Up @@ -193,8 +194,11 @@ deps =
# https://github.com/celery/celery/issues/6153
celery-4.4: Celery>=4.4,<4.5,!=4.4.4
celery-5.0: Celery>=5.0,<5.1
celery-5.1: Celery>=5.1,<5.2
celery-5.2: Celery>=5.2,<5.3

py3.5-celery: newrelic<6.0.0
{py3.7}-celery: importlib-metadata<5.0
{py2.7,py3.6,py3.7,py3.8,py3.9,py3.10}-celery: newrelic

requests: requests>=2.0
Expand Down

0 comments on commit 067d80c

Please sign in to comment.