Skip to content

Commit

Permalink
installation: bump celery to support python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen authored and kpsherva committed Feb 14, 2024
1 parent df3ce8b commit d92f51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages = find:
python_requires = >=3.7
zip_safe = False
install_requires =
celery>=5.1.0,<5.3
celery>=5.1.0,<5.4
Flask-CeleryExt>=0.3.4
# unpin when closed https://github.com/celery/celery/issues/7783
importlib-metadata>=4.0.0,<5.0.0
Expand Down

0 comments on commit d92f51f

Please sign in to comment.