commit: 2fb007b8764748da26204a56d66e409cf6c36574
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri May 21 08:55:37 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 22 10:52:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb007b8
dev-python/python-gflags: bump to python 3.10
passes tests
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
index 90fe031744e..6d6ad7be7ff 100644
--- a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
+++ b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
@@ -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"