summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-15 17:12:31 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-15 19:32:59 +0200
commitb796fbe7bc8bfe7392bcdfe1b1bafde9d142ae0b (patch)
treeb82fc76c4b885c9238d01c8b4150812a28d20c8e /dev-python/pluginbase
parentdev-python/peewee: Enable py3.13 (diff)
downloadgentoo-b796fbe7bc8bfe7392bcdfe1b1bafde9d142ae0b.tar.gz
gentoo-b796fbe7bc8bfe7392bcdfe1b1bafde9d142ae0b.tar.bz2
gentoo-b796fbe7bc8bfe7392bcdfe1b1bafde9d142ae0b.zip
dev-python/pluginbase: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pluginbase')
-rw-r--r--dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild6
1 files 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 d3984db8b7df..f17668bab70d 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/