Commit ed25b2c3 authored by Matthias Klose's avatar Matthias Klose

- allow to configure with db4.7, test with 4.7 on some buildds

  needs to be reviewed before release.
parent 361e553d
......@@ -656,6 +656,7 @@ class PyBuildExt(build_ext):
# have issues on many platforms. I've temporarily
# disabled 4.6 to see what the odd platform
# buildbots say.
max_db_ver = (4, 7) # XXX(matthias.klose): test with 4.7 on some buildds
min_db_ver = (3, 3)
db_setup_debug = False # verbose debug prints from this script?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment