Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed25b2c

Browse files
committed
- allow to configure with db4.7, test with 4.7 on some buildds
needs to be reviewed before release.
1 parent 361e553 commit ed25b2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ def detect_modules(self):
656656
# have issues on many platforms. I've temporarily
657657
# disabled 4.6 to see what the odd platform
658658
# buildbots say.
659+
max_db_ver = (4, 7) # XXX(matthias.klose): test with 4.7 on some buildds
659660
min_db_ver = (3, 3)
660661
db_setup_debug = False # verbose debug prints from this script?
661662

0 commit comments

Comments
 (0)