diff options
author | Marek Szuba <marecki@gentoo.org> | 2024-03-04 14:16:44 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2024-03-05 13:27:13 +0000 |
commit | b96c227c01731cb24a8de2125668b560805f3978 (patch) | |
tree | 98d39de53da8e90887a5fc00a779c06c94525df8 /app-misc | |
parent | app-admin/ansible-lint: enable py3.12 (diff) | |
download | gentoo-b96c227c01731cb24a8de2125668b560805f3978.tar.gz gentoo-b96c227c01731cb24a8de2125668b560805f3978.tar.bz2 gentoo-b96c227c01731cb24a8de2125668b560805f3978.zip |
app-misc/check-jsonschema: enable py3.12
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/check-jsonschema/check-jsonschema-0.23.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/check-jsonschema/check-jsonschema-0.23.3.ebuild b/app-misc/check-jsonschema/check-jsonschema-0.23.3.ebuild index 81e3a4f9007e..da0d8374f863 100644 --- a/app-misc/check-jsonschema/check-jsonschema-0.23.3.ebuild +++ b/app-misc/check-jsonschema/check-jsonschema-0.23.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |