Skip to content

Commit

Permalink
Update tox conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 24, 2023
1 parent c94575c commit e6ae2e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# See http://tox.readthedocs.org/en/latest/examples.html for samples.
[tox]
envlist =
py{37,38}-django{18,19,110,111,20,21,22}
py{36,37,38,39,310,311}-django{30,31,32,40,41,42}
py{36,37}-django{18,19,110,111,20,21,22}
py{38,39}-django{30,31,32,40,41,42}
py{310,311}-django{30,31,32,40,41,42,50}

skip_missing_interpreters = True

Expand All @@ -27,3 +28,4 @@ deps =
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<4.3
django50: Django>=5.0,<5.1

0 comments on commit e6ae2e1

Please sign in to comment.