sci-visualization/pythonprop: Now supports python3_10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
Thomas Beierlein
2021-12-30 13:01:30 +01:00
parent fe73f4ebb7
commit 3d627e2857

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit autotools python-single-r1