summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-16 09:42:46 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-16 10:11:06 +0200
commit54424612f6fcfa41e17e117ff9d2aee3c60c86d4 (patch)
tree7d8b51aa18ba3570558f32f9691664fedeaa1e26 /dev-python/openapi-schema-validator
parentdev-python/openapi-schema-validator: fix tests (diff)
downloadgentoo-54424612f6fcfa41e17e117ff9d2aee3c60c86d4.tar.gz
gentoo-54424612f6fcfa41e17e117ff9d2aee3c60c86d4.tar.bz2
gentoo-54424612f6fcfa41e17e117ff9d2aee3c60c86d4.zip
dev-python/openapi-schema-validator: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/openapi-schema-validator')
-rw-r--r--dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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