summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-08-15 09:29:13 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-08-15 09:36:16 +0300
commit5959375423d34b530d5b87c601ca9e900bcf5282 (patch)
treec903b221b42015b88dd07496c3b4f474a0297a78 /app-text/xlsx2csv
parentdev-python/sip: 6.2 snapshot bump (diff)
downloadgentoo-5959375423d34b530d5b87c601ca9e900bcf5282.tar.gz
gentoo-5959375423d34b530d5b87c601ca9e900bcf5282.tar.bz2
gentoo-5959375423d34b530d5b87c601ca9e900bcf5282.zip
app-text/xlsx2csv: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/xlsx2csv')
-rw-r--r--app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
index ccf9a6924e03..73061b4a3f00 100644
--- a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
+++ b/app-text/xlsx2csv/xlsx2csv-0.7.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} )
PYTHON_REQ_USE="xml"
DISTUTILS_USE_SETUPTOOLS=no