commit:     1b0b1b2a90cdfab709f8f748729f47641515ff3f
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Aug 17 12:31:12 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 17 12:31:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b0b1b2a

dev-python/schema: enable py3.12

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 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
 

Reply via email to