Use TOML instead of INI #100

Open
opened 2023-09-04 16:04:04 -04:00 by merenber · 1 comment
Owner

Use TOML for the ceo/ceod configuration files so that we can use array values more easily.

Use TOML for the ceo/ceod configuration files so that we can use array values more easily.
merenber added the
priority
low
label 2023-10-14 22:17:50 -04:00
s53fu self-assigned this 2024-09-25 20:16:23 -04:00
Member

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.

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.
Sign in to join this conversation.
No Milestone
No project
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: public/pyceo#100
No description provided.