From beb3f9bee64977e43019475dd0732a554cb1a70a Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 13 May 2021 18:53:14 +0200 Subject: [PATCH] dev-python/cfgv: support python3_10 Dependencies are all in order, builds fine, all tests pass. Signed-off-by: Marek Szuba --- dev-python/cfgv/cfgv-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cfgv/cfgv-3.2.0.ebuild b/dev-python/cfgv/cfgv-3.2.0.ebuild index 84c01def37c13..f99bdc112346a 100644 --- a/dev-python/cfgv/cfgv-3.2.0.ebuild +++ b/dev-python/cfgv/cfgv-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1