dev-python/speaklater: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Nov 2019 12:13:22 +0000 (13:13 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Feb 2020 21:27:33 +0000 (22:27 +0100)
Tests passed.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/speaklater/speaklater-1.3-r1.ebuild

index 46da280e4265e7d405702892fdba6b976421c85d..b1b1f2705d16335ff63d4291d61bc15ec2df9e72 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Lazy strings for Python"