diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-12-07 01:18:06 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-12-08 15:20:46 +1000 |
commit | 4d95748f1c354583b1281e1f4ac2f7dae308a4c7 (patch) | |
tree | 04a626b344ba3e710c58dfaf47486be9ba33db9a /sci-libs | |
parent | net-wireless/gr-osmosdr: enable py3.13 (diff) | |
download | gentoo-4d95748f1c354583b1281e1f4ac2f7dae308a4c7.tar.gz gentoo-4d95748f1c354583b1281e1f4ac2f7dae308a4c7.tar.bz2 gentoo-4d95748f1c354583b1281e1f4ac2f7dae308a4c7.zip |
sci-libs/volk: enable py3.13
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/volk/volk-3.1.2.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/volk/volk-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/volk/volk-3.1.2.ebuild b/sci-libs/volk/volk-3.1.2.ebuild index a6c27ce5a74e..12e15e0de7b4 100644 --- a/sci-libs/volk/volk-3.1.2.ebuild +++ b/sci-libs/volk/volk-3.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) #https://github.com/gnuradio/volk/issues/383 CMAKE_BUILD_TYPE="None" diff --git a/sci-libs/volk/volk-9999.ebuild b/sci-libs/volk/volk-9999.ebuild index f86ccd6d99f6..adb8767c35ea 100644 --- a/sci-libs/volk/volk-9999.ebuild +++ b/sci-libs/volk/volk-9999.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_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) #https://github.com/gnuradio/volk/issues/383 CMAKE_BUILD_TYPE="None" |