diff options
Diffstat (limited to 'dev-python/liblarch/liblarch-3.0.1.ebuild')
-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 |