commit: dfdd94cfc1c113b5b43ca0bf2f6f86589eae6fb8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 15:52:52 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 16:08:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfdd94cf
dev-python/django-allauth: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/django-allauth/django-allauth-0.45.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-allauth/django-allauth-0.45.0.ebuild
b/dev-python/django-allauth/django-allauth-0.45.0.ebuild
index acee98cb30f..815a68413f7 100644
--- a/dev-python/django-allauth/django-allauth-0.45.0.ebuild
+++ b/dev-python/django-allauth/django-allauth-0.45.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Django 3rd party (social) account authentication"