dev-python/expects: Add python3_8
authorJohn Helmert III <jchelmertt3@gmail.com>
Fri, 1 May 2020 00:41:27 +0000 (19:41 -0500)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 5 May 2020 11:50:46 +0000 (14:50 +0300)
Signed-off-by: John Helmert III <jchelmertt3@gmail.com>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-python/expects/expects-0.8.0-r1.ebuild

index 38da7ebeb7948ddcafa42fd5403d9fb6f491013e..b046ef40afa02818fd9c129257d35d1d6d6799c0 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1