From d2dd1b7a3dfa4b0321086658fb49ddbab0050125 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 9 Mar 2024 18:34:31 +0100 Subject: [PATCH] dev-python/tenacity: enable pypy3 Signed-off-by: Andrew Ammerlaan --- dev-python/tenacity/tenacity-8.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tenacity/tenacity-8.2.3.ebuild b/dev-python/tenacity/tenacity-8.2.3.ebuild index b394a6bdf30fb..69d9328ea7946 100644 --- a/dev-python/tenacity/tenacity-8.2.3.ebuild +++ b/dev-python/tenacity/tenacity-8.2.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi