app-admin/gixy: add Python 3.7 & 3.8 support
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 19 Apr 2020 13:37:11 +0000 (15:37 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 19 Apr 2020 13:37:11 +0000 (15:37 +0200)
All tests passing.

Closes: https://bugs.gentoo.org/718180
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-admin/gixy/gixy-0.1.20.ebuild

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