commit: d45be01fd9a88831bc12bfd488f31f5122e160f4 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Thu Mar 27 19:07:15 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Thu Mar 27 19:08:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45be01f
net-im/bitlbee: enable py3.13 Closes: https://bugs.gentoo.org/952552 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-im/bitlbee/bitlbee-3.6-r3.ebuild | 4 ++-- net-im/bitlbee/bitlbee-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/bitlbee/bitlbee-3.6-r3.ebuild b/net-im/bitlbee/bitlbee-3.6-r3.ebuild index 5978987e6e22..3d6a37b80841 100644 --- a/net-im/bitlbee/bitlbee-3.6-r3.ebuild +++ b/net-im/bitlbee/bitlbee-3.6-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-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 python-any-r1 systemd toolchain-funcs diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild index 8fe3918c4465..c32a47c460e3 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-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 python-any-r1 systemd toolchain-funcs
