Skip to content

Commit

Permalink
build: adding support python 3.11 and 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Feb 21, 2024
1 parent cbab44c commit 9079b17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@

# ddt >= 1.4.0 causing test failures
ddt < 1.4.0

# greater version breaking quality build. fix in separate PR.
pylint==2.10.2
backports.zoneinfo;python_version<"3.9"
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ pycparser==2.21
# -r requirements/quality.txt
# -r requirements/testing.txt
# cffi
pylint==2.10.2
pylint==3.0.3
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pycparser==2.21
# via
# -r requirements/testing.txt
# cffi
pylint==2.10.2
pylint==3.0.3
# via
# -c requirements/constraints.txt
# edx-lint
Expand Down

0 comments on commit 9079b17

Please sign in to comment.