From bba2ba52c533efebf979e0d8dff390e4f565940b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 19:03:22 +0100 Subject: [PATCH] www-apps/roundup: Remove py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- www-apps/roundup/roundup-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/roundup/roundup-2.3.0.ebuild b/www-apps/roundup/roundup-2.3.0.ebuild index e0c8789e52438..b28057d4d4822 100644 --- a/www-apps/roundup/roundup-2.3.0.ebuild +++ b/www-apps/roundup/roundup-2.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_12 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi