Skip to content

Commit

Permalink
Update setup.cgg
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdog committed Oct 6, 2023
1 parent 8775d04 commit 849530e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ envlist =
py{38,39,310,311,312}-django{40,41,42}
py{310,311,312}-django{50,master}

[tox:gh]
[gh]
python =
3.12 = py312
3.11 = py311
Expand All @@ -78,10 +78,13 @@ python =

[testenv]
usedevelop = true
extras = tests
whitelist_externals = py.test
commands = py.test
deps=
pytest
pytest-cov
pytest-django
django-guardian~=2.4.0
django32: Django>=3.2,<3.3
django32: Django>=3.2,<3.3
django40: Django>=4.0,<4.1
Expand Down

0 comments on commit 849530e

Please sign in to comment.