diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-12-07 01:11:34 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-12-08 15:20:45 +1000 |
commit | b938db800b5b24fa21c9d99d8fbbc86ca685c488 (patch) | |
tree | 5b740830bf2fc15246d2b94472d91cbacb509439 /net-wireless/gr-osmosdr | |
parent | net-wireless/gr-iqbal: enable py3.13 (diff) | |
download | gentoo-b938db800b5b24fa21c9d99d8fbbc86ca685c488.tar.gz gentoo-b938db800b5b24fa21c9d99d8fbbc86ca685c488.tar.bz2 gentoo-b938db800b5b24fa21c9d99d8fbbc86ca685c488.zip |
net-wireless/gr-osmosdr: enable py3.13
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'net-wireless/gr-osmosdr')
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-0.2.6.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.6.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.6.ebuild index 45b04b67fe12..8b6b0192117c 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.2.6.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild index 45b04b67fe12..8b6b0192117c 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 |