Update sip to v6.8.3 and fix deprecations

This commit is contained in:
Scott Talbert
2024-02-12 23:20:17 -05:00
parent 832f17260f
commit 2c6307142f
8 changed files with 10 additions and 9 deletions

View File

@@ -85,7 +85,7 @@ class Configuration(object):
PKGDIR = 'wx'
# The name of the top-level package
SIP_ABI = '12.8'
SIP_ABI = '12.9'
SIP_TRACE = False
# ---------------------------------------------------------------