diff options
Diffstat (limited to 'ZPsycopgDA/DA.py')
| -rw-r--r-- | ZPsycopgDA/DA.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ZPsycopgDA/DA.py b/ZPsycopgDA/DA.py index a418765..3aeb84d 100644 --- a/ZPsycopgDA/DA.py +++ b/ZPsycopgDA/DA.py @@ -18,8 +18,7 @@ # See the LICENSE file for details. -ALLOWED_PSYCOPG_VERSIONS = ('2.0.1', '2.0.2', '2.0.3', '2.0.4', '2.0.5', - '2.0.6') +ALLOWED_PSYCOPG_VERSIONS = ('2.0.5', '2.0.6b1') import sys import time |
