From: Michał Górny Date: Tue, 21 Apr 2020 07:35:09 +0000 (+0200) Subject: dev-python/discogs-client: Enable py3.{7,8} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af0329d0ecd73f0c1d2e5cd5582cf570a5d8b3b6;p=gentoo.git dev-python/discogs-client: Enable py3.{7,8} Signed-off-by: Michał Górny --- diff --git a/dev-python/discogs-client/discogs-client-2.2.1.ebuild b/dev-python/discogs-client/discogs-client-2.2.1.ebuild index 4e157ea0bd74..d255698508f5 100644 --- a/dev-python/discogs-client/discogs-client-2.2.1.ebuild +++ b/dev-python/discogs-client/discogs-client-2.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1