commit: 7925bdd256a6f5908917a58cea0fe3f958817e2f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 02:23:03 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 02:35:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7925bdd2
dev-python/django-auth-ldap: +Python 3.9, -Python 3.6
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild
b/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild
index 6389ba36615..02b2c25aefb 100644
--- a/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild
+++ b/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1