From 9424de56edf057aca8f8b28916f7b478c7084f5f Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 30 May 2024 00:39:51 +0100 Subject: dev-python/bracex: enable py3.13 Signed-off-by: Sam James --- dev-python/bracex/bracex-2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/bracex') diff --git a/dev-python/bracex/bracex-2.4.ebuild b/dev-python/bracex/bracex-2.4.ebuild index ba2c1ddcb655..396b3efd6c52 100644 --- a/dev-python/bracex/bracex-2.4.ebuild +++ b/dev-python/bracex/bracex-2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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} ) DISTUTILS_USE_PEP517=hatchling DOCS_BUILDER="mkdocs" -- cgit v1.2.3-65-gdbad