From b0de174a476502fbd25458584f3a99e33daff6e1 Mon Sep 17 00:00:00 2001 From: Jérôme Carretero Date: Fri, 17 Feb 2023 15:59:37 -0500 Subject: dev-python/xcffib: add pypy3 to PYTHON_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Carretero Signed-off-by: Michał Górny --- dev-python/xcffib/xcffib-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xcffib/xcffib-1.2.0.ebuild b/dev-python/xcffib/xcffib-1.2.0.ebuild index ac03fa10604e..ce0dbd1005b9 100644 --- a/dev-python/xcffib/xcffib-1.2.0.ebuild +++ b/dev-python/xcffib/xcffib-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 -- cgit v1.2.3-65-gdbad