summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-05-27 16:35:01 +0100
committerMarek Szuba <marecki@gentoo.org>2021-05-27 16:36:51 +0100
commite93e2f4047bc84625d2704e860b517def4a02014 (patch)
tree915031e5687357dc8696142f2fa697eec6f8f610 /sys-auth/solo-python
parentdev-python/fido2: support python3_10 (diff)
downloadgentoo-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.ebuild2
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