Skip to content

Commit

Permalink
build: adding support python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Mar 20, 2024
1 parent acf2ead commit 9d6fb7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@
ddt < 1.4.0

# greater version breaking quality build. fix in separate PR.
pylint==2.10.2
pylint==2.10.2

backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ deps =
-r{toxinidir}/requirements/quality.txt
commands =
make quality

0 comments on commit 9d6fb7d

Please sign in to comment.