mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Bump required PyXML version to 0.6.5.
This commit is contained in:
parent
7d650ca83b
commit
adfa7409f8
@ -21,7 +21,7 @@ __all__ = ["dom", "parsers", "sax"]
|
||||
__version__ = "$Revision$".split()[-2:][0]
|
||||
|
||||
|
||||
_MINIMUM_XMLPLUS_VERSION = (0, 6, 1)
|
||||
_MINIMUM_XMLPLUS_VERSION = (0, 6, 5)
|
||||
|
||||
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user