diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:14:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:17:23 +0200 |
commit | 18b227a76d6e078923d77e7e26c5c12e889e4904 (patch) | |
tree | 866f904377bc6d1c484c9e6fac68b7bf69fd66fd /dev-python/liblarch | |
parent | dev-python/libnacl: Enable py3.10 (diff) | |
download | gentoo-18b227a76d6e078923d77e7e26c5c12e889e4904.tar.gz gentoo-18b227a76d6e078923d77e7e26c5c12e889e4904.tar.bz2 gentoo-18b227a76d6e078923d77e7e26c5c12e889e4904.zip |
dev-python/liblarch: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/liblarch')
-rw-r--r-- | dev-python/liblarch/liblarch-3.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/liblarch/liblarch-3.0.1.ebuild b/dev-python/liblarch/liblarch-3.0.1.ebuild index 7122e078145e..52d9404fa7b3 100644 --- a/dev-python/liblarch/liblarch-3.0.1.ebuild +++ b/dev-python/liblarch/liblarch-3.0.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7..9} ) + +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 virtualx |