commit: 0f34a97c4b5d42ad53fc48b1bbeb002f511182bf Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat May 29 21:24:03 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 29 21:34:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f34a97c
dev-python/soupsieve: Enable py3.10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/soupsieve/soupsieve-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/soupsieve/soupsieve-2.2.1.ebuild b/dev-python/soupsieve/soupsieve-2.2.1.ebuild index 1ed284b8563..670fe35d297 100644 --- a/dev-python/soupsieve/soupsieve-2.2.1.ebuild +++ b/dev-python/soupsieve/soupsieve-2.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1