Skip to content

Commit 4248bfa

Browse files
author
Joachim Jablon
committed
Psycopg>=2.9 is not compatible with django<3.1
1 parent e5b7d15 commit 4248bfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ usedevelop = True
1818
extras = dev
1919
deps =
2020
django22: Django==2.2.*
21+
django22: psycopg2<2.9 # https://github.com/django/django/commit/837ffcfa681d0f65f444d881ee3d69aec23770be
2122
django30: Django==3.0.*
23+
django30: psycopg2<2.9 # https://github.com/django/django/commit/837ffcfa681d0f65f444d881ee3d69aec23770be
2224
django31: Django==3.1.*
2325
django32: Django==3.2.*
2426
django40: Django==3.2.*

0 commit comments

Comments
 (0)