diff options
author | William Hubbs <williamh@gentoo.org> | 2020-01-26 13:36:20 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-01-26 13:36:20 -0600 |
commit | 8107f2ff35b5380d12dd71ff224e557d346b7eb7 (patch) | |
tree | 9ee00f05c4cf08cb2db7774d469600ef78496886 /dev-python/rq | |
parent | dev-python/funcy: add python3_7 (approved by tupone) (diff) | |
download | gentoo-8107f2ff35b5380d12dd71ff224e557d346b7eb7.tar.gz gentoo-8107f2ff35b5380d12dd71ff224e557d346b7eb7.tar.bz2 gentoo-8107f2ff35b5380d12dd71ff224e557d346b7eb7.zip |
dev-python/rq: add python3_7
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-python/rq')
-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" |