commit: a74ee49957174399b5bf2018f326f14dd932146a Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sun Jan 26 19:35:32 2020 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sun Jan 26 19:35:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74ee499
dev-python/django-mptt: add python3_7 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> dev-python/django-mptt/django-mptt-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django-mptt/django-mptt-0.9.1.ebuild b/dev-python/django-mptt/django-mptt-0.9.1.ebuild index 05f63059c92..5267efd2f58 100644 --- a/dev-python/django-mptt/django-mptt-0.9.1.ebuild +++ b/dev-python/django-mptt/django-mptt-0.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"
