summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 08:06:19 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 08:11:17 +0200
commite1975893f9b2f604da0d356ad690a80cb417afd3 (patch)
treeeee3e17ddcbbbe4a6c8fc9aed9f7e036b606c07f /dev-python/multipledispatch
parentdev-python/minimock: Enable py3.13 (diff)
downloadgentoo-e1975893f9b2f604da0d356ad690a80cb417afd3.tar.gz
gentoo-e1975893f9b2f604da0d356ad690a80cb417afd3.tar.bz2
gentoo-e1975893f9b2f604da0d356ad690a80cb417afd3.zip
dev-python/multipledispatch: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/multipledispatch')
-rw-r--r--dev-python/multipledispatch/multipledispatch-1.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/multipledispatch/multipledispatch-1.0.0.ebuild b/dev-python/multipledispatch/multipledispatch-1.0.0.ebuild
index f2804335e888..011e1ec48484 100644
--- a/dev-python/multipledispatch/multipledispatch-1.0.0.ebuild
+++ b/dev-python/multipledispatch/multipledispatch-1.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-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