diff options
Diffstat (limited to 'configure.py')
| -rw-r--r-- | configure.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py index c172cc9..3a1eb0d 100644 --- a/configure.py +++ b/configure.py @@ -389,8 +389,8 @@ def main(argv): """ siputils.inform("This is SIP-TQt %s for Python %s on %s platform." % (sip_version_str, sys.version.split()[0], sys.platform)) - if py_version < 0x020300: - siputils.error("This version of SIP-TQt requires Python v2.3 or later.") + if py_version < 0x030300: + siputils.error("This version of SIP-TQt requires Python v3.3 or later.") global extra_lib_dir |
