diff options
author | 2024-02-05 17:08:23 +0200 | |
---|---|---|
committer | 2024-02-05 17:13:54 +0200 | |
commit | e8ed9c5ae5d03b9bda9574013f398f0012bad8fb (patch) | |
tree | 1d3bc02bfbad4039b6e4bbbc831d108d25286351 /app-text/xlsx2csv | |
parent | app-text/xlsx2csv: add 0.8.2, drop 0.8.1 (diff) | |
download | gentoo-e8ed9c5ae5d03b9bda9574013f398f0012bad8fb.tar.gz gentoo-e8ed9c5ae5d03b9bda9574013f398f0012bad8fb.tar.bz2 gentoo-e8ed9c5ae5d03b9bda9574013f398f0012bad8fb.zip |
app-text/xlsx2csv: disable py3.9
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/xlsx2csv')
-rw-r--r-- | app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild b/app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild index 45d65a1c5fe1..fdd7d94e35ef 100644 --- a/app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild +++ b/app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_PEP517=setuptools |