dev-python/pyhcl: enable py3.10

Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Zamarin Arthur
2021-06-07 15:31:33 +03:00
committed by Michał Górny
parent eafc82f0ed
commit b428bee8d5

View File

@@ -6,7 +6,7 @@ EAPI=7
# tag:
# git describe --tags --long
LONG_VERSION=0.4.4-0-g314cd32
PYTHON_COMPAT=( python3_8 python3_9 )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="HCL configuration parser for python"