Skip to content

Commit

Permalink
python 3.12 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ichintanjoshi committed Feb 29, 2024
1 parent fd07432 commit cac089c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.1.2
# via -r requirements/pip.in
setuptools==62.3.3
setuptools==69.1.1
# via -r requirements/pip.in
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ commands = flake8 user_util
[testenv]
setenv =
PYTHONPATH = {toxinidir}
deps =
deps =
setuptools
-r requirements/test.txt
commands =
pip install -U pip
Expand Down

0 comments on commit cac089c

Please sign in to comment.