Open thismatters opened 1 year ago
Running python 3.12 I'm seeing the following error at runtime:
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'
Per the Python 3.11 release notes, SafeConfigParser was slated for removal in 3.12.
SafeConfigParser
Sorry for the delay. Should be fixed in 7.0.0(a1) now.
I can confirm that version 7> is working fine.
Running python 3.12 I'm seeing the following error at runtime:
Per the Python 3.11 release notes,
SafeConfigParser
was slated for removal in 3.12.