dev-python/python-mistralclient: drop py3.10

dev-python/osprofiler doesn't support py3.10, so we can't enable
here py3.10

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-03-11 10:14:56 +02:00
parent 747f45d477
commit a17e262aad

View File

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