dev-python/cfgv: support python3_10

Dependencies are all in order, builds fine, all tests pass.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-05-13 18:53:14 +02:00
parent 63fb00b323
commit beb3f9bee6

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1