commit: 1f6064e8181fecf1607154b873d8d226158f189e
Author: Jens Mühlenhoff <j.muehlenhoff <AT> gmx <DOT> de>
AuthorDate: Fri Aug 2 10:39:17 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug 2 10:41:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f6064e8
dev-python/pywebview: enable py3.12, py3.13 and disable py3.10
Signed-off-by: Jens Mühlenhoff <j.muehlenhoff <AT> gmx.de>
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 961b33ab3..c30541e26 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_{10..11} )
+PYTHON_COMPAT=( python3_{11..13} )
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 365fa8a0f..7a66a4749 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_{10..11} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi