diff options
-rw-r--r-- | dev-python/rq/rq-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |