dev-python/args: Add python3_8
authorJohn Helmert III <jchelmertt3@gmail.com>
Sat, 2 May 2020 04:24:45 +0000 (23:24 -0500)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 5 May 2020 11:50:45 +0000 (14:50 +0300)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: John Helmert III <jchelmertt3@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-python/args/args-0.1.0-r1.ebuild

index 318e56324a5255a2fe20edb81fe445807500d17b..04f5875479e6f4b974fba949593fff643ab88d02 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1