commit: ca4c8daf38efe57106536fc26e216209d2297569
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 11:26:34 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 11:26:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4c8daf
dev-python/python-discid: enable py3.10 and disable py3.7
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/python-discid/python-discid-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-discid/python-discid-1.2.0.ebuild
b/dev-python/python-discid/python-discid-1.2.0.ebuild
index c28f0f8aff4..80243e9dfb7 100644
--- a/dev-python/python-discid/python-discid-1.2.0.ebuild
+++ b/dev-python/python-discid/python-discid-1.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1