From: William Hubbs Date: Sun, 26 Jan 2020 19:36:20 +0000 (-0600) Subject: dev-python/rq: add python3_7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8107f2ff35b5380d12dd71ff224e557d346b7eb7;p=gentoo.git dev-python/rq: add python3_7 Signed-off-by: William Hubbs --- diff --git a/dev-python/rq/rq-1.0.ebuild b/dev-python/rq/rq-1.0.ebuild index 1bef41becc10..d58d830b9b07 100644 --- a/dev-python/rq/rq-1.0.ebuild +++ b/dev-python/rq/rq-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="simple, lightweight library for creating and processing background jobs"