From f361c45f4b07aef9432530947db617069f72bc29 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 11 Jan 2023 22:57:25 -0500 Subject: [PATCH] dev-python/celery: disable py3.8, py3.9 Signed-off-by: Julien Roy --- dev-python/celery/celery-5.3.0_beta1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/celery/celery-5.3.0_beta1.ebuild b/dev-python/celery/celery-5.3.0_beta1.ebuild index c368217e8c..9fde77c3d5 100644 --- a/dev-python/celery/celery-5.3.0_beta1.ebuild +++ b/dev-python/celery/celery-5.3.0_beta1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit bash-completion-r1 check-reqs distutils-r1 optfeature MY_PV="${PV/_beta/b}"