diff --git a/dev-util/rpmlint/rpmlint-2.3.0.ebuild b/dev-util/rpmlint/rpmlint-2.3.0.ebuild index 504b62e67e..fd823edea2 100644 --- a/dev-util/rpmlint/rpmlint-2.3.0.ebuild +++ b/dev-util/rpmlint/rpmlint-2.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1