summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 18:58:18 +0100
committerSam James <sam@gentoo.org>2023-05-01 18:58:52 +0100
commit8fa3c0cc1d9df344e780fd33a3bfe667a80b0501 (patch)
treef4f48ea09135a2755379eb7d2aac80410fd09c33 /net-mail
parentnet-mail/automx2: drop 2022.0 (diff)
downloadgentoo-8fa3c0cc1d9df344e780fd33a3bfe667a80b0501.tar.gz
gentoo-8fa3c0cc1d9df344e780fd33a3bfe667a80b0501.tar.bz2
gentoo-8fa3c0cc1d9df344e780fd33a3bfe667a80b0501.zip
net-mail/automx2: enable py3.11
Closes: https://bugs.gentoo.org/897106 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/automx2/automx2-2022.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/automx2/automx2-2022.1.ebuild b/net-mail/automx2/automx2-2022.1.ebuild
index 6260c9eda034..9d243e7fddd4 100644
--- a/net-mail/automx2/automx2-2022.1.ebuild
+++ b/net-mail/automx2/automx2-2022.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1