diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:32:32 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:32:32 +0300 |
commit | c49c1169908ab90f788e053d405f718a025c2e18 (patch) | |
tree | 1805d1e1df4b1f08fa2cb4f9532fdb4cc4ca702c /dev-python/json5 | |
parent | dev-python/jmespath: enable py3.12 (diff) | |
download | gentoo-c49c1169908ab90f788e053d405f718a025c2e18.tar.gz gentoo-c49c1169908ab90f788e053d405f718a025c2e18.tar.bz2 gentoo-c49c1169908ab90f788e053d405f718a025c2e18.zip |
dev-python/json5: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/json5')
-rw-r--r-- | dev-python/json5/json5-0.9.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/json5/json5-0.9.11.ebuild b/dev-python/json5/json5-0.9.11.ebuild index a66765329c6f..8c1bd2acc42d 100644 --- a/dev-python/json5/json5-0.9.11.ebuild +++ b/dev-python/json5/json5-0.9.11.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |