projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7deec6c
)
dev-python/immutables: Enable py3.8
author
Michał Górny
<mgorny@gentoo.org>
Mon, 20 Apr 2020 13:40:44 +0000
(15:40 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 20 Apr 2020 15:48:56 +0000
(17:48 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/immutables/immutables-0.11.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/immutables/immutables-0.11.ebuild
b/dev-python/immutables/immutables-0.11.ebuild
index 4bcf99f9087dfb71f71ddbc62dfdf88f594fce3d..4fb9a27fe86caaa17900133d2ee5dbd843889d0f 100644
(file)
--- a/
dev-python/immutables/immutables-0.11.ebuild
+++ b/
dev-python/immutables/immutables-0.11.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7
,8
} )
inherit distutils-r1
DESCRIPTION="A high-performance immutable mapping type for Python"