commit: 476a6cb8f78ca491678f222ed986b6b04c229dd8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 18:59:49 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 18:59:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476a6cb8
dev-python/jsonschema-path: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
index e371fab4870e..5ebaaaf5149e 100644
--- a/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
+++ b/dev-python/jsonschema-path/jsonschema-path-0.3.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1