diff options
Diffstat (limited to 'dev-python/logutils/logutils-0.3.5.ebuild')
-rw-r--r-- | dev-python/logutils/logutils-0.3.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/logutils/logutils-0.3.5.ebuild b/dev-python/logutils/logutils-0.3.5.ebuild index d64fc314ed74..d31df6d8eb34 100644 --- a/dev-python/logutils/logutils-0.3.5.ebuild +++ b/dev-python/logutils/logutils-0.3.5.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) + +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |