dev-python/python-gflags: bump to python 3.10

passes tests

Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Zamarin Arthur
2021-05-21 11:55:37 +03:00
committed by Michał Górny
parent 4b710aba97
commit 2fb007b876

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Google's Python argument parsing library"