Skip to content

Commit

Permalink
feat: Added python3.11 and 3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 1, 2024
1 parent 6e9ed17 commit 069f8db
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ django==3.2.25
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
lxml==5.0.2
lxml==4.9.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
lxml==5.0.2
lxml==4.9.3
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down
15 changes: 15 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ mock<4.0.0
backports.zoneinfo;python_version<"3.9"

# greater version has issues.
lxml<5.1.0
lxml==4.9.3
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jinja2==3.1.3
# via
# -r requirements/ci.txt
# code-annotations
lxml==5.0.2
lxml==4.9.3
# via
# -c requirements/constraints.txt
# -r requirements/ci.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ isort==5.13.2
# via pylint
jinja2==3.1.3
# via code-annotations
lxml==5.0.2
lxml==4.9.3
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down

0 comments on commit 069f8db

Please sign in to comment.