commit: fc87ca4c27eb9a47eb335ef45a0e75184c878e5a Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 15:03:32 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Thu Jan 2 15:20:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc87ca4c
dev-python/spyder-notebook: enable py3.13 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild index 1090fb222b6e..f780449b8876 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.6.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi virtualx