From 0d803bf2ef65da310e4758efa762c87fce4d4c08 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 10 Aug 2021 00:12:22 +0200 Subject: [PATCH] dev-python/commentjson: enable py3.10 Signed-off-by: Louis Sautier --- dev-python/commentjson/commentjson-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild b/dev-python/commentjson/commentjson-0.9.0.ebuild index 612c505cf3fae..c33266a729447 100644 --- a/dev-python/commentjson/commentjson-0.9.0.ebuild +++ b/dev-python/commentjson/commentjson-0.9.0.ebuild @@ -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"