dev-python/cangjie: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Wed, 22 Apr 2020 16:17:44 +0000 (18:17 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 22 Apr 2020 18:40:24 +0000 (20:40 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cangjie/cangjie-1.3.ebuild

index c31639bf3165c02dcd02bf328b010917f1ce618e..96769343a7e8c851ef3e39a91b0a8a33952b9d9c 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit autotools python-r1