commit: 1745e23782cb4dba712157da814289003f8de7c4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 18:47:06 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 18:47:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1745e237
dev-python/django-otp: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-otp/django-otp-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-otp/django-otp-1.0.6.ebuild
b/dev-python/django-otp/django-otp-1.0.6.ebuild
index 26c9a4b8f2a..0468cfa4626 100644
--- a/dev-python/django-otp/django-otp-1.0.6.ebuild
+++ b/dev-python/django-otp/django-otp-1.0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1