commit: a1be919dfa89456b5b981ee1f69bf2582617eafa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 20:12:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 20:56:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1be919d
mail-client/alot: disable py3.9, disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-client/alot/alot-0.10.ebuild | 4 ++--
mail-client/alot/alot-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/mail-client/alot/alot-0.10.ebuild
b/mail-client/alot/alot-0.10.ebuild
index 5f7b634eb2d8..5b4d72278d86 100644
--- a/mail-client/alot/alot-0.10.ebuild
+++ b/mail-client/alot/alot-0.10.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_11 )
inherit distutils-r1
diff --git a/mail-client/alot/alot-9999.ebuild
b/mail-client/alot/alot-9999.ebuild
index 57916ba956be..5b4d72278d86 100644
--- a/mail-client/alot/alot-9999.ebuild
+++ b/mail-client/alot/alot-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_11 )
inherit distutils-r1