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 Mar 28, 2024
1 parent 0cd9d77 commit e6e0ed3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38
envlist = py{38,311}-django{42}
skipsdist = true

[isort]
Expand All @@ -19,15 +19,15 @@ norecursedirs = .* docs requirements site-packages

[testenv]
setenv = EDX_COOKIECUTTER_ROOTDIR = {toxinidir}
deps =
deps =
django42: Django>=4.2,<4.3
-r{toxinidir}/requirements/test.txt
-e lib
commands =
commands =
pytest {posargs}

[testenv:quality]
allowlist_externals =
allowlist_externals =
make
commands =
commands =
make quality

0 comments on commit e6e0ed3

Please sign in to comment.