dev-python/tooz: enable py3.10

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-05-28 23:41:45 +02:00
parent a390c8ec62
commit 8c32669443
No known key found for this signature in database
GPG Key ID: 4E4140121372C837

View File

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