diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-23 18:52:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-23 19:08:17 +0300 |
commit | dfdd94cfc1c113b5b43ca0bf2f6f86589eae6fb8 (patch) | |
tree | 0558d08b1e34e8527096d395d64bf8636d7459e0 /dev-python/django-allauth | |
parent | dev-python/python3-openid: enable py3.10, enable tests (diff) | |
download | gentoo-dfdd94cfc1c113b5b43ca0bf2f6f86589eae6fb8.tar.gz gentoo-dfdd94cfc1c113b5b43ca0bf2f6f86589eae6fb8.tar.bz2 gentoo-dfdd94cfc1c113b5b43ca0bf2f6f86589eae6fb8.zip |
dev-python/django-allauth: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/django-allauth')
-rw-r--r-- | dev-python/django-allauth/django-allauth-0.45.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 acee98cb30f9..815a68413f7c 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" |