- Adding Python 3.11 support
- Adding #195 box_from_string function (thanks to Marcelo Huerta)
- Changing the deprecated
toml
package with moderntomllib
,tomli
andtomli-w
usage (thanks to Michał Górny) - Fixing mypy ior type (thanks to Jacob Hayes)
- Fixing line endings with a pre-commit update
- Fixing BoxList was using old style of
super
in internal code usage
Co-authored-by: Jacob Hayes jacob.r.hayes@gmail.com
Co-authored-by: Michał Górny mgorny@gentoo.org