diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:31:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:40:44 +0200 |
commit | ff05f55eb346f611730b24dc6f756618903497a8 (patch) | |
tree | 39ed6ca83133e7906fd96ba8eb1c78401d8bcafd /dev-python/odfpy | |
parent | dev-util/flawfinder: bump to 2.0.17 (diff) | |
download | gentoo-ff05f55eb346f611730b24dc6f756618903497a8.tar.gz gentoo-ff05f55eb346f611730b24dc6f756618903497a8.tar.bz2 gentoo-ff05f55eb346f611730b24dc6f756618903497a8.zip |
dev-python/odfpy: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/odfpy')
-rw-r--r-- | dev-python/odfpy/odfpy-1.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/odfpy/odfpy-1.3.6.ebuild b/dev-python/odfpy/odfpy-1.3.6.ebuild index 3beb4c44f82e..ed8c62fc4648 100644 --- a/dev-python/odfpy/odfpy-1.3.6.ebuild +++ b/dev-python/odfpy/odfpy-1.3.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |