commit:     b96c227c01731cb24a8de2125668b560805f3978
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 14:16:44 2024 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 13:27:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96c227c

app-misc/check-jsonschema: enable py3.12

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-misc/check-jsonschema/check-jsonschema-0.23.3.ebuild | 4 ++--
 1 file 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
 

Reply via email to