diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-21 11:55:37 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-22 12:52:15 +0200 |
commit | 2fb007b8764748da26204a56d66e409cf6c36574 (patch) | |
tree | c5d4c1a4acf07f8a9bed7f1919cd666a37b23c3f /dev-python/python-gflags | |
parent | dev-python/python-gnupg: bump to python 3.10 (diff) | |
download | gentoo-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.ebuild | 2 |
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" |