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 9, 2024
1 parent bc7a494 commit 3f30834
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ norecursedirs = .* docs requirements site-packages
deps =
django42: Django>=4.2,<5.0
-r{toxinidir}/requirements/test.txt
celery44: -r{toxinidir}/requirements/celery44.txt
celery50: -r{toxinidir}/requirements/celery50.txt
celery53: -r{toxinidir}/requirements/celery53.txt
commands =
python manage.py check
pytest {posargs}
Expand Down

0 comments on commit 3f30834

Please sign in to comment.