commit: 08e033f21fdf9b4d8385daeeff1eb3a5bc553ef6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 13:40:44 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 15:48:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e033f2
dev-python/immutables: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/immutables/immutables-0.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/immutables/immutables-0.11.ebuild
b/dev-python/immutables/immutables-0.11.ebuild
index 4bcf99f9087..4fb9a27fe86 100644
--- 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"