From f5a2c0d9ce9dec90efb6d4fae8e6c007615e7e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 19:37:48 +0100 Subject: [PATCH] app-portage/gentle: 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/gentle/gentle-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentle/gentle-1.0.2.ebuild b/app-portage/gentle/gentle-1.0.2.ebuild index 3a863f6898c9c..c9d36c985bb49 100644 --- a/app-portage/gentle/gentle-1.0.2.ebuild +++ b/app-portage/gentle/gentle-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) DISTUTILS_USE_PEP517=flit PYPI_PN="gentle-mxml" inherit distutils-r1 optfeature pypi