augur
augur copied to clipboard
Toml swap
Description
per #3333, the toml package that we depend on is out of date. This PR proposes a way to replace it with the tomllib package, which is built in as of python 3.11 (and uses tomli for lower versions)
This PR fixes #3333
Notes for Reviewers This is one possible approach. Feedback welcome on whether there are better ways to do this (or if we even care about supporting versions prior to 3.11)
Signed commits
- [X] Yes, I signed my commits.
discussion result: lets do this
@MoralCode : This seems ready. @Ulincsys : Can you review?