diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-24 19:43:01 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-31 20:42:36 +0900 |
| commit | 244f8405a7d3f1db7f128f07bcd1ed3c31a5beae (patch) | |
| tree | 5b5b6298aff2c80e15987f012e7992e24ad6576e /sip/tqt/tqobject.sip | |
| parent | 27f46d6031d41aa6ce071885a7e280e1097680e1 (diff) | |
| download | pytqt-244f8405.tar.gz pytqt-244f8405.zip | |
Add support for python 3.12 and raise minimum required version to 3.4.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 15eb6c387b2bfd9f54bd8223d483dd8c3998ea2e)
Diffstat (limited to 'sip/tqt/tqobject.sip')
| -rw-r--r-- | sip/tqt/tqobject.sip | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sip/tqt/tqobject.sip b/sip/tqt/tqobject.sip index 20aa579..ef2ddc5 100644 --- a/sip/tqt/tqobject.sip +++ b/sip/tqt/tqobject.sip @@ -787,9 +787,7 @@ PyTypeObject pytqtWrapperType_Type = { 0, /* tp_weaklist */ 0, /* tp_del */ 0, /* tp_version_tag */ -#if PY_VERSION_HEX >= 0x03040000 0, /* tp_finalize */ -#endif #if PY_VERSION_HEX >= 0x03080000 0, /* tp_vectorcall */ #endif @@ -1005,9 +1003,7 @@ static sipWrapperType pytqtWrapper_Type = { 0, /* tp_weaklist */ 0, /* tp_del */ 0, /* tp_version_tag */ -#if PY_VERSION_HEX >= 0x03040000 0, /* tp_finalize */ -#endif #if PY_VERSION_HEX >= 0x03080000 0, /* tp_vectorcall */ #endif |
