dev-python/nodeenv: support python3_10

Having run the test suite manually, all tests pass.

Closes: https://bugs.gentoo.org/790239
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-05-14 19:26:24 +02:00
parent bb3520a86b
commit c4e7b1328b

View File

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