dev-python/cloudpickle: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:10:29 +0000 (16:10 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:34:19 +0000 (16:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cloudpickle/cloudpickle-1.2.2.ebuild

index a90aa0ee6c22bdb051282c8c2205cd30d356437f..96720e650777fb057b522f8addff7c360e96d7f8 100644 (file)
@@ -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"