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"