summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 16:22:51 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 16:30:23 +0200
commitf0b4d5c389cf1f0ac3f39107b419f8d49f37229c (patch)
treeac08a8c3a6c0712af67713a265dc999836612b93
parentdev-python/memory_profiler: Enable py3.10 (diff)
downloadgentoo-f0b4d5c389cf1f0ac3f39107b419f8d49f37229c.tar.gz
gentoo-f0b4d5c389cf1f0ac3f39107b419f8d49f37229c.tar.bz2
gentoo-f0b4d5c389cf1f0ac3f39107b419f8d49f37229c.zip
dev-python/mergedict: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/mergedict/mergedict-1.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mergedict/mergedict-1.0.0.ebuild b/dev-python/mergedict/mergedict-1.0.0.ebuild
index 1067a4a908e5..e3ca27fe737f 100644
--- a/dev-python/mergedict/mergedict-1.0.0.ebuild
+++ b/dev-python/mergedict/mergedict-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1