commit:     9a91e3ececa6d8c5f6f978505a01b2abaeb5d4a1
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 12:56:08 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jun 23 12:56:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a91e3ec

dev-python/pywebview: disable py3.12

dev-python/pyside2 does not support py3.12 yet.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/pywebview/pywebview-5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pywebview/pywebview-5.1.ebuild 
b/dev-python/pywebview/pywebview-5.1.ebuild
index c8abe8a79..3e88abf77 100644
--- a/dev-python/pywebview/pywebview-5.1.ebuild
+++ b/dev-python/pywebview/pywebview-5.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 pypi
 

Reply via email to