Skip to content

Commit

Permalink
Test against Celery 5.3.0a1.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jul 7, 2022
1 parent 6246f5c commit f505798
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Changelog
#########

next
====

Maintenance
-----------

* Support Celery 5.3. (`#68 <https://github.com/clokep/celery-batches/pull/68>`_)

0.7 (2022-05-02)
================

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
{pypy3,3.7,3.8,3.9}-celery{44,50,51,52,master}-unit,
# Celery 5.2 added support for Python 3.10.
3.10-celery{52,master}-unit,
3.10-celery{52,53,master}-unit,
# Integration tests.
3.10-celery52-integration-{rabbitmq,redis},
flake8
Expand All @@ -24,6 +24,7 @@ deps=
celery51: celery>=5.1,<5.2
# pypy3 seems to only have celery 5.2.0b3 available and not the final release.
celery52: celery>=5.2.0b3,<5.3
celery53: celery>=5.3.0a1,<5.4
celerymaster: https://codeload.github.com/celery/celery/zip/master

# By default celery (via kombu) install py-amqp.
Expand Down

0 comments on commit f505798

Please sign in to comment.