diff options
-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 |