From ec6fd88e1ae5746c0b19c13c08b9ef74245f40ee Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 1 May 2025 14:12:01 -0400 Subject: [PATCH] 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 --- 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 0e32842133..8622578d16 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 0e32842133..8622578d16 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