Skip to content

Commit

Permalink
feat: Adding python3.11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 23, 2024
1 parent 6755641 commit 8a9842a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/celery53.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
celery>=5.0,<6.0
celery>=5.2.2,<5.4.0
2 changes: 1 addition & 1 deletion requirements/celery53.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.4.0
celery==5.3.6
# via -r requirements/celery53.in
click==8.1.7
# via
Expand Down
1 change: 1 addition & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@




# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down

0 comments on commit 8a9842a

Please sign in to comment.