diff options
author | 2025-01-05 19:35:48 -0800 | |
---|---|---|
committer | 2025-01-05 19:38:09 -0800 | |
commit | 9db95121a9ad8183f09c2220ac033a98d7ee036d (patch) | |
tree | 60c8ee1841952b5841d69a69dba75045835f4404 /sys-apps | |
parent | dev-libs/libtpms: Stabilize 0.10.0 amd64, #947578 (diff) | |
download | gentoo-9db95121a9ad8183f09c2220ac033a98d7ee036d.tar.gz gentoo-9db95121a9ad8183f09c2220ac033a98d7ee036d.tar.bz2 gentoo-9db95121a9ad8183f09c2220ac033a98d7ee036d.zip |
sys-apps/flatpak: enable py3.13
Closes: https://bugs.gentoo.org/947536
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/flatpak/flatpak-1.14.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/flatpak/flatpak-1.14.10.ebuild b/sys-apps/flatpak/flatpak-1.14.10.ebuild index b0d6213c2395..bd593ed1b276 100644 --- a/sys-apps/flatpak/flatpak-1.14.10.ebuild +++ b/sys-apps/flatpak/flatpak-1.14.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit linux-info python-any-r1 systemd tmpfiles |