commit: 52585c0279c80f7e4b6e593518ab9357a46a465e Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu May 1 22:31:38 2025 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu May 1 22:34:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52585c02
dev-python/bluelet: enable py3.13 Closes: https://bugs.gentoo.org/952320 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/bluelet/bluelet-0.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bluelet/bluelet-0.2.0-r1.ebuild b/dev-python/bluelet/bluelet-0.2.0-r1.ebuild index 36128e86befb..ed44ce407af8 100644 --- a/dev-python/bluelet/bluelet-0.2.0-r1.ebuild +++ b/dev-python/bluelet/bluelet-0.2.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1
