From ba4e0fdcbb5d86fab7d8d4c2e6ac33a698ce9caa Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 23 Apr 2026 07:08:16 -0400 Subject: [PATCH] games-board/pychess: enable py3.14 Signed-off-by: Ionen Wolkens --- games-board/pychess/pychess-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-board/pychess/pychess-1.1.0.ebuild b/games-board/pychess/pychess-1.1.0.ebuild index 9a8dd489241d..2a0bf191de70 100644 --- a/games-board/pychess/pychess-1.1.0.ebuild +++ b/games-board/pychess/pychess-1.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 xdg