commit: f2ada7748b37ed333ec33a6922d61fc7320c2a30
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 00:25:38 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon May 13 05:48:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ada774
dev-python/PyQt6-sip: enable py3.13
PyQt5 itself is waiting on dbus-python for USE=dbus, but
otherwise seems to be fine.
signed-off-by: ionen wolkens <ionen <AT> gentoo.org>
dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild
b/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild
index 4fc699fb2293..ef664487a214 100644
--- a/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild
+++ b/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/_}
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="sip module support for PyQt6"