diff options
author | 2021-05-27 16:35:01 +0100 | |
---|---|---|
committer | 2021-05-27 16:36:51 +0100 | |
commit | e93e2f4047bc84625d2704e860b517def4a02014 (patch) | |
tree | 915031e5687357dc8696142f2fa697eec6f8f610 /sys-auth/solo-python | |
parent | dev-python/fido2: support python3_10 (diff) | |
download | gentoo-e93e2f4047bc84625d2704e860b517def4a02014.tar.gz gentoo-e93e2f4047bc84625d2704e860b517def4a02014.tar.bz2 gentoo-e93e2f4047bc84625d2704e860b517def4a02014.zip |
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@gentoo.org>
Diffstat (limited to 'sys-auth/solo-python')
-rw-r--r-- | sys-auth/solo-python/solo-python-0.0.30.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 a0767f1bb325..951393fc219b 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 |