summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 16:32:04 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 16:40:46 +0200
commit19ea4684c75c94bf2e117fe00ad6678a931b83d6 (patch)
tree7ab30314d172810dfa43cf23c186ed0c3acae354 /dev-python/objgraph
parentdev-python/numexpr: Enable py3.10 (diff)
downloadgentoo-19ea4684c75c94bf2e117fe00ad6678a931b83d6.tar.gz
gentoo-19ea4684c75c94bf2e117fe00ad6678a931b83d6.tar.bz2
gentoo-19ea4684c75c94bf2e117fe00ad6678a931b83d6.zip
dev-python/objgraph: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/objgraph')
-rw-r--r--dev-python/objgraph/objgraph-3.5.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/objgraph/objgraph-3.5.0.ebuild b/dev-python/objgraph/objgraph-3.5.0.ebuild
index 30177c675943..b01ff5139bae 100644
--- a/dev-python/objgraph/objgraph-3.5.0.ebuild
+++ b/dev-python/objgraph/objgraph-3.5.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} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1