diff options
Diffstat (limited to 'siplib/sip-tqt.h')
-rw-r--r-- | siplib/sip-tqt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/siplib/sip-tqt.h b/siplib/sip-tqt.h index 08aaf3c..02585cd 100644 --- a/siplib/sip-tqt.h +++ b/siplib/sip-tqt.h @@ -46,8 +46,8 @@ extern "C" { /* Sanity check on the Python version. */ -#if PY_VERSION_HEX < 0x03020000 -#error "This version of SIP-TQt requires Python v3.2 or later" +#if PY_VERSION_HEX < 0x03030000 +#error "This version of SIP-TQt requires Python v3.3 or later" #endif |