dev-python/cleo: Port to python3.10

Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Jakov Smolic
2021-05-06 11:02:31 +01:00
committed by Michał Górny
parent ef81ede526
commit a7060a81ca

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Python tool for building testable command-line interfaces"