dev-python/identify: 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:58:35 +02:00
parent a1605423aa
commit 055bdf5c46

View File

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