In Python 3.12 and later, the `SafeConfigParser` class is removed. Updates are needed to be able to run with these versions. - See ESMCI/CIME#2680 - Also need to update scripts/lib/CIME/utils.py
In Python 3.12 and later, the
SafeConfigParserclass is removed. Updates are needed to be able to run with these versions.