diff options
author | David Seifert <soap@gentoo.org> | 2022-01-22 13:33:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-22 13:33:22 +0100 |
commit | a76950f4de0e29bf65f7e86d1708d66ae05109b3 (patch) | |
tree | 6c5a546c1eee719e02b003c421f6c2f5f1ed0dbf | |
parent | out-of-source.eclass: canonical variable ordering (diff) | |
download | gentoo-a76950f4de0e29bf65f7e86d1708d66ae05109b3.tar.gz gentoo-a76950f4de0e29bf65f7e86d1708d66ae05109b3.tar.bz2 gentoo-a76950f4de0e29bf65f7e86d1708d66ae05109b3.zip |
dev-python/progressbar: add py3.10
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-python/progressbar/progressbar-2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/progressbar/progressbar-2.5.ebuild b/dev-python/progressbar/progressbar-2.5.ebuild index 84737075dd69..8102840bc789 100644 --- a/dev-python/progressbar/progressbar-2.5.ebuild +++ b/dev-python/progressbar/progressbar-2.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 |