commit: d710bba82900dd7858b265c51f389eb29ab04ec9 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Thu Nov 28 22:17:57 2024 +0000 Commit: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr> CommitDate: Thu Nov 28 22:17:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d710bba8
dev-python/json-schema-for-humans: disable py3.13 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild b/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild index e3e3f3b81..57e7e2a15 100644 --- a/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild +++ b/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1