From 0f53ec83c4086e93dc9f4bd41c9d10f25e0fe285 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 8 Apr 2022 12:46:46 +0200 Subject: dev-python/watchgod: Enable pypy3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/watchgod/watchgod-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/watchgod') diff --git a/dev-python/watchgod/watchgod-0.8.1.ebuild b/dev-python/watchgod/watchgod-0.8.1.ebuild index d75856fbbcf3..be3e64483bb4 100644 --- a/dev-python/watchgod/watchgod-0.8.1.ebuild +++ b/dev-python/watchgod/watchgod-0.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Simple, modern file watching and code reload in Python" -- cgit v1.2.3-65-gdbad