dev-python/commentjson: enable py3.10

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2021-08-10 00:12:22 +02:00
parent 9f9140381d
commit 0d803bf2ef

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Add Python and JavaScript style comments in your JSON files"