dev-python/django-auth-ldap: add python3_8
authorWilliam Hubbs <william.hubbs@sony.com>
Tue, 11 Feb 2020 18:30:47 +0000 (12:30 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Tue, 11 Feb 2020 18:30:47 +0000 (12:30 -0600)
Signed-off-by: William Hubbs <williamh@gentoo.org>
dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild

index 2dcefcb72c1b361098b9c4e1db78b991136b8347..95854c0b2e21200d63f4ddb88230406c0ba9dbff 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 
 inherit distutils-r1