diff --git a/dev-python/aiosmtpd/aiosmtpd-1.4.4.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.4.4.ebuild index 18bcf06..43c726a 100644 --- a/dev-python/aiosmtpd/aiosmtpd-1.4.4.ebuild +++ b/dev-python/aiosmtpd/aiosmtpd-1.4.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1