summaryrefslogtreecommitdiffstats
path: root/siplib/sip-tqt.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-25 10:15:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-31 18:28:16 +0900
commit18bbe17324adf762d25334d1a072989ac296f728 (patch)
tree7d61177fbd677dc42d963d6d11bcc368b01d6730 /siplib/sip-tqt.h
parentc668d2b1b34ee856e70874159c42892a4c9c8af4 (diff)
downloadsip4-tqt-18bbe17324adf762d25334d1a072989ac296f728.tar.gz
sip4-tqt-18bbe17324adf762d25334d1a072989ac296f728.zip
Add support for python 3.12 and raise minimum required version to 3.3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c35201f9225d22cf17073e36300c6afd92d89700)
Diffstat (limited to 'siplib/sip-tqt.h')
-rw-r--r--siplib/sip-tqt.h4
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