dev-python/huawei-lte-api: enable py3.10 and disable py3.7

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2021-08-24 00:45:40 +02:00
parent 27c3aaec24
commit 3473806bfb

View File

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