commit: 37ef941b8f4c9cce378a46071514f1c2fdca10f4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 1 06:50:14 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 1 07:41:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ef941b
dev-python/django-mptt: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/django-mptt/django-mptt-0.13.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-mptt/django-mptt-0.13.4.ebuild
b/dev-python/django-mptt/django-mptt-0.13.4.ebuild
index 10262c58b32..19a7cf871a3 100644
--- a/dev-python/django-mptt/django-mptt-0.13.4.ebuild
+++ b/dev-python/django-mptt/django-mptt-0.13.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="utilities for modified preorder tree traversal and trees of model
instances"