dev-python/oauth2: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Tue, 21 Apr 2020 07:33:08 +0000 (09:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 21 Apr 2020 08:08:12 +0000 (10:08 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild

index f717a49cbf01c6c073cb8af3a2e057eb9b980a2f..ea99f3884beec0559411254f82f2285524afb382 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1