From ae97f723a5250ee14e4cc7f5019837fd4f57dd87 Mon Sep 17 00:00:00 2001 From: Vladimir Shapranov Date: Mon, 7 Aug 2023 11:43:25 +0200 Subject: [PATCH] dev-python/schema: python3_11 compat Signed-off-by: Vladimir Shapranov --- .../schema/{schema-0.7.4.ebuild => schema-0.7.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/schema/{schema-0.7.4.ebuild => schema-0.7.4-r1.ebuild} (94%) diff --git a/dev-python/schema/schema-0.7.4.ebuild b/dev-python/schema/schema-0.7.4-r1.ebuild similarity index 94% rename from dev-python/schema/schema-0.7.4.ebuild rename to dev-python/schema/schema-0.7.4-r1.ebuild index faa082e582f..76c9dcf8922 100644 --- a/dev-python/schema/schema-0.7.4.ebuild +++ b/dev-python/schema/schema-0.7.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 pypy3 ) +PYTHON_COMPAT=( python3_11 pypy3 ) inherit distutils-r1 pypi DESCRIPTION="Schema validation just got Pythonic"