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 Mar 14, 2024
1 parent 9de272c commit acf2ead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ envlist = py{38, 312}-django{42},quality
setenv =
DJANGO_SETTINGS_MODULE = edxsearch.settings
PYTHONPATH = {toxinidir}
deps =
deps =
setuptools
django42: Django>=4.2,<4.3
-r {toxinidir}/requirements/testing.txt
commands =
Expand Down

0 comments on commit acf2ead

Please sign in to comment.