Skip to content

Commit

Permalink
app-text/xlsx2csv: enable py3.12, py3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fischl <github@fischl-online.de>
  • Loading branch information
antonfischl1980 committed Jun 15, 2024
1 parent 34fad61 commit 9067d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-text/xlsx2csv/xlsx2csv-0.8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..13} )
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_PEP517=setuptools

Expand Down

0 comments on commit 9067d0e

Please sign in to comment.