From 69c379fcf73af6ed299e0c6f47f4b87a9f3a6938 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 21 Aug 2024 11:49:04 +0200 Subject: [PATCH] dev-python/django-mptt: enable py3.12 Signed-off-by: Alarig Le Lay --- 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 d8c20c0..e25c710 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"