diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-24 19:18:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-24 19:51:08 +0200 |
commit | 99b05e46da3efd3b6d7511451527d86c2510c58f (patch) | |
tree | a6040056a0df30a83db529d636860c9fd8bf5fd7 /dev-python/openapi-spec-validator | |
parent | dev-python/jsonschema-spec: Enable py3.12 (diff) | |
download | gentoo-99b05e46da3efd3b6d7511451527d86c2510c58f.tar.gz gentoo-99b05e46da3efd3b6d7511451527d86c2510c58f.tar.bz2 gentoo-99b05e46da3efd3b6d7511451527d86c2510c58f.zip |
dev-python/openapi-spec-validator: Enable py3.12 on 0.6.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/openapi-spec-validator')
-rw-r--r-- | dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |