From 1b0b1b2a90cdfab709f8f748729f47641515ff3f Mon Sep 17 00:00:00 2001 From: David Roman Date: Thu, 17 Aug 2023 14:31:12 +0200 Subject: [PATCH] dev-python/schema: enable py3.12 Signed-off-by: David Roman --- dev-python/schema/schema-0.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/schema/schema-0.7.5.ebuild b/dev-python/schema/schema-0.7.5.ebuild index 2b0287877e..d3f5d29b06 100644 --- a/dev-python/schema/schema-0.7.5.ebuild +++ b/dev-python/schema/schema-0.7.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi