Use TOML instead of INI #100
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use TOML for the ceo/ceod configuration files so that we can use array values more easily.
Is it necessary to have backward compatibility or is it okay to make breaking changes for this issue?
Besides, what is the minimum supported Python version?
tomllib
has been added to Python since 3.11. If we have Python 3.11 or above, I could leverage the built-in library.