From f807fa240acc61a0bb3369ae4ce655496547dc9f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 24 Oct 2023 19:13:44 +0200 Subject: dev-python/jsonschema-spec: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/jsonschema-spec') diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild index 95eb5470a564..81eeedc289a1 100644 --- a/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild +++ b/dev-python/jsonschema-spec/jsonschema-spec-0.2.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad