dev-python/django-mptt: add python3_7
authorWilliam Hubbs <williamh@gentoo.org>
Sun, 26 Jan 2020 19:35:32 +0000 (13:35 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Sun, 26 Jan 2020 19:35:32 +0000 (13:35 -0600)
Signed-off-by: William Hubbs <williamh@gentoo.org>
dev-python/django-mptt/django-mptt-0.9.1.ebuild

index 05f63059c92b4160031c03a064b9f61a1aaee712..5267efd2f5844befa7ceb6bbe9b9d2d9b6a02a96 100644 (file)
@@ -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"