summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-20 15:40:44 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-20 17:48:56 +0200
commit08e033f21fdf9b4d8385daeeff1eb3a5bc553ef6 (patch)
treef7319add130965c0aec49b112d9a127edce82a51 /dev-python/immutables
parentdev-python/pytest-asyncio: Use distutils_enable_tests (diff)
downloadgentoo-08e033f21fdf9b4d8385daeeff1eb3a5bc553ef6.tar.gz
gentoo-08e033f21fdf9b4d8385daeeff1eb3a5bc553ef6.tar.bz2
gentoo-08e033f21fdf9b4d8385daeeff1eb3a5bc553ef6.zip
dev-python/immutables: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/immutables')
-rw-r--r--dev-python/immutables/immutables-0.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/immutables/immutables-0.11.ebuild b/dev-python/immutables/immutables-0.11.ebuild
index 4bcf99f9087d..4fb9a27fe86c 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"