diff options
-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 |