diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 07:00:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 07:00:19 +0200 |
commit | cfbe1456bd3cf715c40402f6b5bbf024c23566a1 (patch) | |
tree | 0c3a9260381a2dd76178264035a57ee23c65f5c5 /dev-python/json5 | |
parent | dev-python/jinja2-time: Enable py3.13 (diff) | |
download | gentoo-cfbe1456bd3cf715c40402f6b5bbf024c23566a1.tar.gz gentoo-cfbe1456bd3cf715c40402f6b5bbf024c23566a1.tar.bz2 gentoo-cfbe1456bd3cf715c40402f6b5bbf024c23566a1.zip |
dev-python/json5: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/json5')
-rw-r--r-- | dev-python/json5/json5-0.9.25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/json5/json5-0.9.25.ebuild b/dev-python/json5/json5-0.9.25.ebuild index 90c8fcac19c6..a2ec656fb628 100644 --- a/dev-python/json5/json5-0.9.25.ebuild +++ b/dev-python/json5/json5-0.9.25.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |