From 465c08e7edeeb5f30237f5281e0b435699de02d7 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Mon, 22 Dec 2025 17:59:17 +0100 Subject: [PATCH] dev-python/click-repl: Remove py3.11 Signed-off-by: Paul Zander --- dev-python/click-repl/click-repl-0.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/click-repl/click-repl-0.2.0-r1.ebuild b/dev-python/click-repl/click-repl-0.2.0-r1.ebuild index e993fc1f52..dbbd16a269 100644 --- a/dev-python/click-repl/click-repl-0.2.0-r1.ebuild +++ b/dev-python/click-repl/click-repl-0.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{12..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1