summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 12:44:39 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:11:25 +0200
commitd6b070add25b5429377a9a83666475810a0d4bef (patch)
treee14db33ac0aa316217a3c29cb7ecfafd76165680
parentdev-python/visitor: Enable py3.13 (diff)
downloadgentoo-d6b070add25b5429377a9a83666475810a0d4bef.tar.gz
gentoo-d6b070add25b5429377a9a83666475810a0d4bef.tar.bz2
gentoo-d6b070add25b5429377a9a83666475810a0d4bef.zip
dev-python/voluptuous: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/voluptuous/voluptuous-0.14.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/voluptuous/voluptuous-0.14.2.ebuild b/dev-python/voluptuous/voluptuous-0.14.2.ebuild
index f50caecb38fd..0312c27b1a8a 100644
--- a/dev-python/voluptuous/voluptuous-0.14.2.ebuild
+++ b/dev-python/voluptuous/voluptuous-0.14.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1