summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 16:31:26 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 16:40:44 +0200
commitff05f55eb346f611730b24dc6f756618903497a8 (patch)
tree39ed6ca83133e7906fd96ba8eb1c78401d8bcafd /dev-python/odfpy
parentdev-util/flawfinder: bump to 2.0.17 (diff)
downloadgentoo-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.ebuild4
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