mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-28 04:07:32 -07:00
This project attempts to support every kitchen sink when it comes to
loading a toml file. And since 0.36.0 it also supports the
dev-python/tomli library:
b2ed5ba798
This was added by mgorny! :) It also supported tomllib at the same time.
But when someone else packaged it in commit 0e5347e6b3e6d2ac0af7777dfb010368a78dcd06
this was overlooked. Drop the dependency on 3.11+.
Fixes: 0e5347e6b3e6d2ac0af7777dfb010368a78dcd06
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>