From 5cce479ca42276695ceec1054db251cf9340dd63 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 21 Mar 2023 20:12:42 +0100 Subject: [PATCH] dev-python/aiosmtpd: enable py3.11 --- dev-python/aiosmtpd/aiosmtpd-1.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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