From ab7ed1e3c0bd7cca165a7e56dbc5a41df1e6b39b Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 5 May 2025 08:37:39 +0100 Subject: [PATCH] net-mail/getmail: disable py3.10, py3.9 Signed-off-by: Sam James --- 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 d4993f09454bd..ea2e80af186e4 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 cac35d298af2d..7d14e83e3dc3a 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