commit: e8ed9c5ae5d03b9bda9574013f398f0012bad8fb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 5 15:08:23 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Feb 5 15:13:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ed9c5a
app-text/xlsx2csv: disable py3.9
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild | 4 ++--
1 file 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