From 1e5de1e0c0ac84362ada2cd7b677fca91b2cab8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 19:38:24 +0100 Subject: [PATCH] app-portage/overlint: Remove py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-portage/overlint/overlint-0.5.3-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/overlint/overlint-0.5.3-r6.ebuild b/app-portage/overlint/overlint-0.5.3-r6.ebuild index 2f217c4a4ae48..228820ce2a3e8 100644 --- a/app-portage/overlint/overlint-0.5.3-r6.ebuild +++ b/app-portage/overlint/overlint-0.5.3-r6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1