diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-06-28 07:35:18 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-06-28 10:44:06 -0400 |
commit | ecc0b2894c494f000e26191bf8844c3328511642 (patch) | |
tree | 99a4cf333c11a9b99e5a10bc763ad796ad2fcfdc /dev-python/PyQt6-WebEngine | |
parent | dev-python/PyQt6-sip: note to keep python in sync with PyQt5 (diff) | |
download | gentoo-ecc0b2894c494f000e26191bf8844c3328511642.tar.gz gentoo-ecc0b2894c494f000e26191bf8844c3328511642.tar.bz2 gentoo-ecc0b2894c494f000e26191bf8844c3328511642.zip |
dev-python/PyQt6-WebEngine: enable py3.13
No test suite, but qutebrowser seems to run with it
(not that adding 3.13 to qutebrowser just yet).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6-WebEngine')
-rw-r--r-- | dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild index 4bfab28c58dc..dc390397db3c 100644 --- a/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild +++ b/dev-python/PyQt6-WebEngine/PyQt6-WebEngine-6.7.0.ebuild @@ -7,7 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/_} -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils QT_PV=$(ver_cut 1-2):6 |