Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix compatibility with python3.12+
configparser.SafeConfigParser is deprecated since Python3.2 (python/cpython#89336). Compatibility with older version is kept using try/catch.
- Loading branch information