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 3, 2024
1 parent c97ef09 commit e1fb71d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[tox]
envlist = py{38, 312}-django{42}, quality
envlist = py{38, 311}-django{42}, quality

[testenv]
allowlist_externals =
allowlist_externals =
make
deps =
deps =
django42: Django>=4.2,<4.3
-r{toxinidir}/requirements/test.txt
commands =
commands =
make test

[testenv:quality]
allowlist_externals =
allowlist_externals =
make
deps =
deps =
-r{toxinidir}/requirements/quality.txt
commands =
commands =
make quality

0 comments on commit e1fb71d

Please sign in to comment.