dev-python/django-mptt: add python3_8
authorWilliam Hubbs <william.hubbs@sony.com>
Tue, 11 Feb 2020 18:47:59 +0000 (12:47 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Tue, 11 Feb 2020 20:10:36 +0000 (14:10 -0600)
Signed-off-by: William Hubbs <williamh@gentoo.org>
dev-python/django-mptt/django-mptt-0.9.1.ebuild

index 5267efd2f5844befa7ceb6bbe9b9d2d9b6a02a96..f7b656833e974a0c6bae609d44e22dc972957971 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 inherit distutils-r1
 
 DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"