commit:     ec6fd88e1ae5746c0b19c13c08b9ef74245f40ee
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 18:12:01 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu May  1 18:12:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec6fd88e

dev-python/pywebview: disable py3.13

Partially reverts commit 1f6064e8181fecf1607154b873d8d226158f189e.

This clearly, clearly, clearly wasn't tested. Its dependencies aren't
built or buildable for py3.13 so how could the author of that commit
have been able to run the package for that version?

Fixes: 1f6064e8181fecf1607154b873d8d226158f189e
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-python/pywebview/pywebview-4.4.1-r1.ebuild | 2 +-
 dev-python/pywebview/pywebview-5.1-r1.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild 
b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild
index 0e3284213..8622578d1 100644
--- a/dev-python/pywebview/pywebview-4.4.1-r1.ebuild
+++ b/dev-python/pywebview/pywebview-4.4.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1 pypi
 

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

Reply via email to