diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-03-03 19:47:51 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-03-03 19:57:34 +0100 |
commit | 9a8b8e8c43af07c51cd0c4b7007551fd88fa397d (patch) | |
tree | d9225efd46f1bea6f6b32bc434629047030f60f7 /dev-python/spyder-notebook | |
parent | dev-python/spyder-line-profiler: enable py3.12 (diff) | |
download | gentoo-9a8b8e8c43af07c51cd0c4b7007551fd88fa397d.tar.gz gentoo-9a8b8e8c43af07c51cd0c4b7007551fd88fa397d.tar.bz2 gentoo-9a8b8e8c43af07c51cd0c4b7007551fd88fa397d.zip |
dev-python/spyder-notebook: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder-notebook')
-rw-r--r-- | dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild index e838e679a57b..ce8b954081b3 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.5.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 |