commit:     e93e2f4047bc84625d2704e860b517def4a02014
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 15:35:01 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu May 27 15:36:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93e2f40

sys-auth/solo-python: support python3_10

Builds and installs fine, no test suite available but at least basic
user activity using the "solo" CLI works.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-auth/solo-python/solo-python-0.0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/solo-python/solo-python-0.0.30.ebuild 
b/sys-auth/solo-python/solo-python-0.0.30.ebuild
index a0767f1bb32..951393fc219 100644
--- a/sys-auth/solo-python/solo-python-0.0.30.ebuild
+++ b/sys-auth/solo-python/solo-python-0.0.30.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 

Reply via email to