diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:17:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 08:22:15 +0200 |
commit | 8fc737345d7a6e608f313659ea46b42a0fe959c2 (patch) | |
tree | 374573decd30b1835a8ecb0de3ce9d925cfb4c19 /dev-python/odfpy | |
parent | dev-python/noiseprotocol: Enable py3.13 (diff) | |
download | gentoo-8fc737345d7a6e608f313659ea46b42a0fe959c2.tar.gz gentoo-8fc737345d7a6e608f313659ea46b42a0fe959c2.tar.bz2 gentoo-8fc737345d7a6e608f313659ea46b42a0fe959c2.zip |
dev-python/odfpy: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/odfpy')
-rw-r--r-- | dev-python/odfpy/odfpy-1.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/odfpy/odfpy-1.4.2.ebuild b/dev-python/odfpy/odfpy-1.4.2.ebuild index 7bc291eb64af..a9e73c9fbc59 100644 --- a/dev-python/odfpy/odfpy-1.4.2.ebuild +++ b/dev-python/odfpy/odfpy-1.4.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |