From 2fb007b8764748da26204a56d66e409cf6c36574 Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Fri, 21 May 2021 11:55:37 +0300 Subject: dev-python/python-gflags: bump to python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit passes tests Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/python-gflags') 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 90fe031744e0..6d6ad7be7ff4 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" -- cgit v1.2.3-65-gdbad