Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361e553 commit ed25b2cCopy full SHA for ed25b2c
1 file changed
setup.py
@@ -656,6 +656,7 @@ def detect_modules(self):
656
# have issues on many platforms. I've temporarily
657
# disabled 4.6 to see what the odd platform
658
# buildbots say.
659
+ max_db_ver = (4, 7) # XXX(matthias.klose): test with 4.7 on some buildds
660
min_db_ver = (3, 3)
661
db_setup_debug = False # verbose debug prints from this script?
662
0 commit comments