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