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 b87ee52 commit 6755641
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
# via
# django
# django-simple-history
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
Expand All @@ -17,7 +19,7 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# kombu
billiard==4.2.0
# via celery
celery==5.4.0
celery==5.3.6
# via
# -c requirements/constraints.txt
# edx-celeryutils
Expand Down Expand Up @@ -70,10 +72,8 @@ django-model-utils==4.5.0
# via
# -r requirements/base.in
# edx-celeryutils
django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-simple-history==3.5.0
# via -r requirements/base.in
django-waffle==4.1.0
# via
# edx-django-utils
Expand Down
2 changes: 2 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@





# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
7 changes: 3 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
# Common constraints for edx repos
-c common_constraints.txt

# pinning celery to latest release
celery<6.0
# As it is not clarified what exact breaking changes will be introduced as per
# the next major release, ensure the installed version is within boundaries.
celery>=5.2.2,<5.4.0

# incremental upgrade plan.
django-simple-history<=3.1.1

# Temporary to Support the python 3.11 Upgrade
backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ alabaster==0.7.13
amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
# via
# django
# django-simple-history
babel==2.14.0
# via sphinx
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
Expand All @@ -21,7 +23,7 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# kombu
billiard==4.2.0
# via celery
celery==5.4.0
celery==5.3.6
# via
# -c requirements/constraints.txt
# edx-celeryutils
Expand Down Expand Up @@ -74,10 +76,8 @@ django-model-utils==4.5.0
# via
# -r requirements/base.in
# edx-celeryutils
django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-simple-history==3.5.0
# via -r requirements/base.in
django-waffle==4.1.0
# via
# edx-django-utils
Expand Down
9 changes: 4 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
# django-simple-history
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
Expand All @@ -24,7 +25,7 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
celery==5.4.0
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -98,10 +99,8 @@ django-model-utils==4.5.0
# via
# -r requirements/base.txt
# edx-celeryutils
django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
django-simple-history==3.5.0
# via -r requirements/base.txt
django-waffle==4.1.0
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 6755641

Please sign in to comment.