sci-libs/mlpack: enable py3.10

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-05-28 14:51:55 +02:00
parent ab53997ce2
commit 03023bffa4
No known key found for this signature in database
GPG Key ID: 4E4140121372C837

View File

@ -28,7 +28,7 @@ EGO_SUM=(
"rsc.io/pdf v0.1.1/go.mod"
)
GO_OPTIONAL=1
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit cmake flag-o-matic go-module python-single-r1