commit: 54424612f6fcfa41e17e117ff9d2aee3c60c86d4
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 07:42:46 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 08:11:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54424612
dev-python/openapi-schema-validator: enable py3.13
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild
b/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild
index b4e29c5c55b2..795cf335b7f0 100644
--- a/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild
+++ b/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.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 pypi