dev-python/pywebview: disable py3.13

Partially reverts commit 1f6064e818.

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: 1f6064e818
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-05-01 14:12:01 -04:00
parent 18a81b0f5d
commit ec6fd88e1a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi