Closed mpheath closed 1 year ago
Hello once again :)
Update generator script for Python v3.12.
Just to suppress module fail to import deprecated distutil.core . The module will only be appended to the list settings['include_modules_fullname'] if Python is less than v3.12.
distutil.core
settings['include_modules_fullname']
This looks good, thank you for contributing!
Hello once again :)
Update generator script for Python v3.12.
Just to suppress module fail to import deprecated
distutil.core
. The module will only be appended to the listsettings['include_modules_fullname']
if Python is less than v3.12.