projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90594e8
)
dev-python/cloudpickle: Enable py3.8
author
Michał Górny
<mgorny@gentoo.org>
Sun, 2 Feb 2020 15:10:29 +0000
(16:10 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
index a90aa0ee6c22bdb051282c8c2205cd30d356437f..96720e650777fb057b522f8addff7c360e96d7f8 100644
(file)
--- 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"