dev-python/babelfish: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Wed, 22 Apr 2020 16:01:25 +0000 (18:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 22 Apr 2020 16:02:41 +0000 (18:02 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/babelfish/babelfish-0.5.5-r1.ebuild

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