dev-python/dockerpty: Add python3_8
authorJohn Helmert III <jchelmertt3@gmail.com>
Wed, 6 May 2020 21:22:34 +0000 (16:22 -0500)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 13 May 2020 13:16:46 +0000 (16:16 +0300)
Signed-off-by: John Helmert III <jchelmertt3@gmail.com>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://github.com/gentoo/gentoo/pull/15670
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-python/dockerpty/dockerpty-0.4.1-r1.ebuild

index 122b50b5c5aeae2236a1be2724f68bcc95503cb7..142a6b16290302ec852a18abd3d00096c6ecf3b4 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