commit: b811822cfce82ba9d5377dda43c3cab9ed6465bd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 14 14:07:23 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 14 14:07:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b811822c
dev-python/django-tagging: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/django-tagging/django-tagging-0.5.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/django-tagging/django-tagging-0.5.0.ebuild
b/dev-python/django-tagging/django-tagging-0.5.0.ebuild
index 43234dcfef8..45711babfc7 100644
--- a/dev-python/django-tagging/django-tagging-0.5.0.ebuild
+++ b/dev-python/django-tagging/django-tagging-0.5.0.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1