dev-python/aiosmtpd: enable py3.11

This commit is contained in:
Alarig Le Lay 2023-03-21 20:12:42 +01:00
parent 9679a95cb4
commit 5cce479ca4
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 1 additions and 1 deletions

View File

@ -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