commit: f56ac4837ba74bd352d88293bdfb689178d34357 Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 10:33:09 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Thu Jan 2 11:02:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56ac483
dev-python/nbclassic: enable py3.13 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/nbclassic/nbclassic-1.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nbclassic/nbclassic-1.1.0-r1.ebuild b/dev-python/nbclassic/nbclassic-1.1.0-r1.ebuild index 1e93a0e30010..19c509ac5b85 100644 --- a/dev-python/nbclassic/nbclassic-1.1.0-r1.ebuild +++ b/dev-python/nbclassic/nbclassic-1.1.0-r1.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} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=jupyter inherit distutils-r1 pypi xdg-utils