From eb854229e281c142b26243ceedfca9e684b8a96e Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 20 Jul 2026 10:25:39 +0300 Subject: [PATCH] dev-python/keyring: enable py3.15 Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/1480 Signed-off-by: Sam James --- dev-python/keyring/keyring-25.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/keyring/keyring-25.7.0.ebuild b/dev-python/keyring/keyring-25.7.0.ebuild index bda89582ac850..7e459b75cd406 100644 --- a/dev-python/keyring/keyring-25.7.0.ebuild +++ b/dev-python/keyring/keyring-25.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1 pypi