diff options
author | William Hubbs <william.hubbs@sony.com> | 2020-02-11 12:47:59 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-02-11 14:10:36 -0600 |
commit | 99f39a77105b9bfa89fe05664fce0c7ac4eacc0a (patch) | |
tree | e7d149d9b22ea130b5e84a1ccddde890406c905d /dev-python/django-mptt | |
parent | dev-python/django-filter: add python3_8 (diff) | |
download | gentoo-99f39a77105b9bfa89fe05664fce0c7ac4eacc0a.tar.gz gentoo-99f39a77105b9bfa89fe05664fce0c7ac4eacc0a.tar.bz2 gentoo-99f39a77105b9bfa89fe05664fce0c7ac4eacc0a.zip |
dev-python/django-mptt: add python3_8
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-python/django-mptt')
-rw-r--r-- | dev-python/django-mptt/django-mptt-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 5267efd2f584..f7b656833e97 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 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" |