commit: 99b05e46da3efd3b6d7511451527d86c2510c58f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 17:18:40 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 17:51:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b05e46
dev-python/openapi-spec-validator: Enable py3.12 on 0.6.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild
b/dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild
index 695e4de73936..bb2e7745920b 100644
--- a/dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild
+++ b/dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.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 pypi