diff options
author | Sam James <sam@gentoo.org> | 2024-10-04 03:29:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-04 03:29:48 +0100 |
commit | 67ff96e24e3a46748b7739b7187229023b2637d5 (patch) | |
tree | 4938913197f113df6392adc57ecb02b8165dac44 /sys-power | |
parent | net-misc/socat: backport test skips (diff) | |
download | gentoo-67ff96e24e3a46748b7739b7187229023b2637d5.tar.gz gentoo-67ff96e24e3a46748b7739b7187229023b2637d5.tar.bz2 gentoo-67ff96e24e3a46748b7739b7187229023b2637d5.zip |
sys-power/switcheroo-control: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild index 33f57d5665a8..4b45fc2ad074 100644 --- a/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild +++ b/sys-power/switcheroo-control/switcheroo-control-2.6-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-single-r1 systemd |