commit: 8d908f3dcd804d2684c09c13d82dc8fd73aea3d1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 18 10:45:56 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 12:45:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d908f3d
dev-python/qtconsole: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/qtconsole/qtconsole-5.7.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/qtconsole/qtconsole-5.7.0.ebuild
b/dev-python/qtconsole/qtconsole-5.7.0.ebuild
index 1542bfbbfa65..770a3761ce3e 100644
--- a/dev-python/qtconsole/qtconsole-5.7.0.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.7.0.ebuild
@@ -4,14 +4,14 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi virtualx
DESCRIPTION="Qt-based console for Jupyter with support for rich media output"
HOMEPAGE="
- https://spyder-ide.org/
+ https://www.spyder-ide.org/
https://github.com/spyder-ide/qtconsole/
https://pypi.org/project/qtconsole/
"