diff options
author | Sam James <sam@gentoo.org> | 2024-05-09 12:15:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-09 12:32:34 +0100 |
commit | 20f6d7f44802cf8acbfc48f46260ca2962a7ec34 (patch) | |
tree | 7219fa2796a56bb680f630b6b28e7f34e5d831b3 | |
parent | sci-geosciences/gpxsee: bump to 13.19 (diff) | |
download | gentoo-20f6d7f44802cf8acbfc48f46260ca2962a7ec34.tar.gz gentoo-20f6d7f44802cf8acbfc48f46260ca2962a7ec34.tar.bz2 gentoo-20f6d7f44802cf8acbfc48f46260ca2962a7ec34.zip |
dev-util/snakeviz: enable py3.12
Closes: https://bugs.gentoo.org/929555
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-util/snakeviz/snakeviz-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/snakeviz/snakeviz-2.2.0.ebuild b/dev-util/snakeviz/snakeviz-2.2.0.ebuild index 90971782ebd8..e3a9e96fbd5f 100644 --- a/dev-util/snakeviz/snakeviz-2.2.0.ebuild +++ b/dev-util/snakeviz/snakeviz-2.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |