commit: 4f12356b3bb9523a8a82810abdf82596f5df09dc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 15:10:29 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 15:34:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f12356b
dev-python/cloudpickle: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cloudpickle/cloudpickle-1.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
index a90aa0ee6c2..96720e65077 100644
--- a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
+++ b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1
DESCRIPTION="Extended pickling support for Python objects"