Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-allauth/
Date: Sat, 23 Oct 2021 16:08:54
Message-Id: 1635005297.dfdd94cfc1c113b5b43ca0bf2f6f86589eae6fb8.arthurzam@gentoo
1 commit: dfdd94cfc1c113b5b43ca0bf2f6f86589eae6fb8
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 23 15:52:52 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 23 16:08:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfdd94cf
7
8 dev-python/django-allauth: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/django-allauth/django-allauth-0.45.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/django-allauth/django-allauth-0.45.0.ebuild b/dev-python/django-allauth/django-allauth-0.45.0.ebuild
16 index acee98cb30f..815a68413f7 100644
17 --- a/dev-python/django-allauth/django-allauth-0.45.0.ebuild
18 +++ b/dev-python/django-allauth/django-allauth-0.45.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 DESCRIPTION="Django 3rd party (social) account authentication"