commit: 11609e5a2d2038d928847dfb64557a56f189f54d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 18:44:44 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 18:44:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11609e5a
dev-python/cssselect2: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cssselect2/cssselect2-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cssselect2/cssselect2-0.4.1.ebuild
b/dev-python/cssselect2/cssselect2-0.4.1.ebuild
index 7538f7a1eb8..ae7600f92ec 100644
--- a/dev-python/cssselect2/cssselect2-0.4.1.ebuild
+++ b/dev-python/cssselect2/cssselect2-0.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1