summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-21 11:55:37 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-22 12:52:15 +0200
commit2fb007b8764748da26204a56d66e409cf6c36574 (patch)
treec5d4c1a4acf07f8a9bed7f1919cd666a37b23c3f /dev-python/python-gflags
parentdev-python/python-gnupg: bump to python 3.10 (diff)
downloadgentoo-2fb007b8764748da26204a56d66e409cf6c36574.tar.gz
gentoo-2fb007b8764748da26204a56d66e409cf6c36574.tar.bz2
gentoo-2fb007b8764748da26204a56d66e409cf6c36574.zip
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>
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r--dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"