mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
- allow to configure with db4.7, test with 4.7 on some buildds
needs to be reviewed before release.
This commit is contained in:
parent
361e553dc5
commit
ed25b2c358
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -656,6 +656,7 @@ class PyBuildExt(build_ext):
|
||||||
# have issues on many platforms. I've temporarily
|
# have issues on many platforms. I've temporarily
|
||||||
# disabled 4.6 to see what the odd platform
|
# disabled 4.6 to see what the odd platform
|
||||||
# buildbots say.
|
# buildbots say.
|
||||||
|
max_db_ver = (4, 7) # XXX(matthias.klose): test with 4.7 on some buildds
|
||||||
min_db_ver = (3, 3)
|
min_db_ver = (3, 3)
|
||||||
db_setup_debug = False # verbose debug prints from this script?
|
db_setup_debug = False # verbose debug prints from this script?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue