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