diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-12-07 00:28:41 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-12-08 15:16:51 +1000 |
commit | abee637053658055d1eb92e867fa58b15a71c3c1 (patch) | |
tree | 16059ac2fb57a395ee40176e57e6429b3dc56b6d /net-wireless | |
parent | net-wireless/soapysdr: enable py3.13 (diff) | |
download | gentoo-abee637053658055d1eb92e867fa58b15a71c3c1.tar.gz gentoo-abee637053658055d1eb92e867fa58b15a71c3c1.tar.bz2 gentoo-abee637053658055d1eb92e867fa58b15a71c3c1.zip |
net-wireless/uhd: enable py3.13
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/uhd/uhd-4.6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/uhd/uhd-4.6.0.0.ebuild b/net-wireless/uhd/uhd-4.6.0.0.ebuild index bfe690bb44c8..23a5cfed7d6e 100644 --- a/net-wireless/uhd/uhd-4.6.0.0.ebuild +++ b/net-wireless/uhd/uhd-4.6.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake gnome2-utils python-single-r1 udev |