dev-python/immutables: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Mon, 20 Apr 2020 13:40:44 +0000 (15:40 +0200)
committerMichał 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

index 4bcf99f9087dfb71f71ddbc62dfdf88f594fce3d..4fb9a27fe86caaa17900133d2ee5dbd843889d0f 100644 (file)
@@ -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"