dev-python/discogs-client: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Tue, 21 Apr 2020 07:35:09 +0000 (09:35 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 21 Apr 2020 08:08:14 +0000 (10:08 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/discogs-client/discogs-client-2.2.1.ebuild

index 4e157ea0bd749e12f37ce7e3569bf961010124b1..d255698508f5ad66091a9e05677faacc2ec47ad9 100644 (file)
@@ -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