summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-02 16:10:29 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-02 16:34:19 +0100
commit4f12356b3bb9523a8a82810abdf82596f5df09dc (patch)
tree91ac6d66997c4cd16ecb98f380cf384f94180aee
parentdev-python/cloudpickle: Remove py2 (diff)
downloadgentoo-4f12356b3bb9523a8a82810abdf82596f5df09dc.tar.gz
gentoo-4f12356b3bb9523a8a82810abdf82596f5df09dc.tar.bz2
gentoo-4f12356b3bb9523a8a82810abdf82596f5df09dc.zip
dev-python/cloudpickle: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/cloudpickle/cloudpickle-1.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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"