From b796fbe7bc8bfe7392bcdfe1b1bafde9d142ae0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 15 Jun 2024 17:12:31 +0200 Subject: [PATCH] dev-python/pluginbase: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild b/dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild index d3984db8b7df8..f17668bab70d9 100644 --- a/dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild +++ b/dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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 pypi -DESCRIPTION="Support library for building plugins sytems in Python" +DESCRIPTION="Support library for building plugins systems in Python" HOMEPAGE=" https://github.com/mitsuhiko/pluginbase/ https://pypi.org/project/pluginbase/