app-misc/votrify: Tested on python3.8
authorMichał Górny <mgorny@gentoo.org>
Sun, 8 Dec 2019 10:07:08 +0000 (11:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 8 Dec 2019 10:20:04 +0000 (11:20 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/votrify/votrify-5.ebuild

index 179f0affaf98d48682398b3382165d8cde303cfb..9715317888eb79e88d2abcb173e45dd39d809b62 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 
 inherit python-single-r1