From: Michał Górny Date: Sun, 2 Feb 2020 15:10:29 +0000 (+0100) Subject: dev-python/cloudpickle: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4f12356b3bb9523a8a82810abdf82596f5df09dc;p=gentoo.git dev-python/cloudpickle: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild index a90aa0ee6c22..96720e650777 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"