commit:     462cadf9c0585dcfd17d07d66533b9b6d1a11fa1
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 16:53:21 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 16:53:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462cadf9

sys-auth/solo-python: support python3_9

Builds and installs fine, there is no test suite but at least I have yet
to see any run-time problems with the CLI interface.

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

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

diff --git a/sys-auth/solo-python/solo-python-0.0.26.ebuild 
b/sys-auth/solo-python/solo-python-0.0.26.ebuild
index a63f71dd224..df378e83b42 100644
--- a/sys-auth/solo-python/solo-python-0.0.26.ebuild
+++ b/sys-auth/solo-python/solo-python-0.0.26.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 

Reply via email to