diff options
author | 2024-05-18 12:44:27 +0200 | |
---|---|---|
committer | 2024-05-18 13:11:16 +0200 | |
commit | 53dc4ce7045d10a022097e9911da3237fecc0dfc (patch) | |
tree | 531355348af98df1e20893c7e9085f769b1c86a6 /dev-python/unidiff | |
parent | dev-python/ukkonen: Enable py3.13 (diff) | |
download | gentoo-53dc4ce7045d10a022097e9911da3237fecc0dfc.tar.gz gentoo-53dc4ce7045d10a022097e9911da3237fecc0dfc.tar.bz2 gentoo-53dc4ce7045d10a022097e9911da3237fecc0dfc.zip |
dev-python/unidiff: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unidiff')
-rw-r--r-- | dev-python/unidiff/unidiff-0.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unidiff/unidiff-0.7.5.ebuild b/dev-python/unidiff/unidiff-0.7.5.ebuild index d1022689cbd5..d040f13b4eb7 100644 --- a/dev-python/unidiff/unidiff-0.7.5.ebuild +++ b/dev-python/unidiff/unidiff-0.7.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |