commit: ab7ed1e3c0bd7cca165a7e56dbc5a41df1e6b39b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 5 07:37:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 5 07:44:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7ed1e3
net-mail/getmail: disable py3.10, py3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/getmail/getmail-6.18.13.ebuild | 4 ++--
net-mail/getmail/getmail-6.19.07.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-mail/getmail/getmail-6.18.13.ebuild
b/net-mail/getmail/getmail-6.18.13.ebuild
index d4993f09454b..ea2e80af186e 100644
--- a/net-mail/getmail/getmail-6.18.13.ebuild
+++ b/net-mail/getmail/getmail-6.18.13.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{11..12} )
PYTHON_REQ_USE="ssl"
inherit distutils-r1
diff --git a/net-mail/getmail/getmail-6.19.07.ebuild
b/net-mail/getmail/getmail-6.19.07.ebuild
index cac35d298af2..7d14e83e3dc3 100644
--- a/net-mail/getmail/getmail-6.19.07.ebuild
+++ b/net-mail/getmail/getmail-6.19.07.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="ssl"
inherit distutils-r1