augur icon indicating copy to clipboard operation
augur copied to clipboard

Toml swap

Open MoralCode opened this issue 1 month ago • 2 comments

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.

MoralCode avatar Oct 27 '25 18:10 MoralCode

discussion result: lets do this

MoralCode avatar Nov 19 '25 00:11 MoralCode

@MoralCode : This seems ready. @Ulincsys : Can you review?

sgoggins avatar Dec 09 '25 21:12 sgoggins