From 3d627e28572c44ea8a69054403992efdb1b2b69b Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Thu, 30 Dec 2021 13:01:30 +0100 Subject: [PATCH] sci-visualization/pythonprop: Now supports python3_10 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Beierlein --- sci-visualization/pythonprop/pythonprop-0.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/pythonprop/pythonprop-0.30.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.ebuild index 819d026aa0fb6..9788a4b51e84f 100644 --- a/sci-visualization/pythonprop/pythonprop-0.30.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.30.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-single-r1