diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-03 17:53:21 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-03 17:53:51 +0100 |
commit | 462cadf9c0585dcfd17d07d66533b9b6d1a11fa1 (patch) | |
tree | 42dc6033feba5b3abf54e61e4307a39eefd2b89e /sys-auth | |
parent | dev-python/fido2-0.8.1: support python3_9 (diff) | |
download | gentoo-462cadf9c0585dcfd17d07d66533b9b6d1a11fa1.tar.gz gentoo-462cadf9c0585dcfd17d07d66533b9b6d1a11fa1.tar.bz2 gentoo-462cadf9c0585dcfd17d07d66533b9b6d1a11fa1.zip |
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@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/solo-python/solo-python-0.0.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 a63f71dd2241..df378e83b42f 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 |