Skip to content

Commit 18b3fc3

Browse files
author
Kevin Michel
committed
Use the latest compatible Django for each python unless specified otherwise
1 parent 8925341 commit 18b3fc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ deps =
2121
Flask-SQLAlchemy
2222
future
2323
# the sdk doesn't support earlier version of django
24-
django1: django >= 1.10, <2.0
25-
django2: django >= 2.2, <2.3
26-
!django1-!django2: django >= 3.0, <4.0
24+
py{27,34}-!django2-!django3,django1: django >= 1.10, <2.0
25+
py{35}-!django1-!django3,django2: django >= 2.2, <2.3
26+
py{36,37,38}-!django1-!django2,django3: django >= 3.0, <4.0
2727
django-fake-model
2828
pynamodb >= 3.3.1
2929
psycopg2

0 commit comments

Comments
 (0)