dev-python/simplebayes: update python versions
authorBernard Cafarelli <voyageur@gentoo.org>
Sun, 19 Apr 2020 12:08:30 +0000 (14:08 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Sun, 19 Apr 2020 12:25:18 +0000 (14:25 +0200)
Tested with paperwork

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
dev-python/simplebayes/simplebayes-1.5.7.ebuild

index d9cebdbdb3282cb56c118b485da6ffafda309f8c..ee152e168ddd2e5c0a1fce2edfc0b9e980e1731b 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 distutils-r1