dev-python/dbutils: Enable py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-06-05 15:27:13 +02:00
parent 2036cbb87b
commit d84c1915d2

View File

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