diff --git a/dev-python/immutables/immutables-0.11.ebuild b/dev-python/immutables/immutables-0.11.ebuild index 4bcf99f9087df..4fb9a27fe86ca 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"