Python 3.12 finally removed configparser.SafeConfigParser, which has just been an alias for configparser.ConfigParser for quite some time (and SafeConfigParser itself was deprecated way back in Python 3.2).
configparser.SafeConfigParser
configparser.ConfigParser
SafeConfigParser
This fixes #87