summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 15:27:18 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 16:25:56 +0200
commitf8d89b8b44f737c45351fc4043cd46e522257658 (patch)
tree8ee08962bbd05cede8a33ea5ca9279e84726650f /dev-python/ansi
parentdev-python/aioitertools: Enable py3.13 (diff)
downloadgentoo-f8d89b8b44f737c45351fc4043cd46e522257658.tar.gz
gentoo-f8d89b8b44f737c45351fc4043cd46e522257658.tar.bz2
gentoo-f8d89b8b44f737c45351fc4043cd46e522257658.zip
dev-python/ansi: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ansi')
-rw-r--r--dev-python/ansi/ansi-0.3.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ansi/ansi-0.3.7.ebuild b/dev-python/ansi/ansi-0.3.7.ebuild
index 432895441825..df8611005a94 100644
--- a/dev-python/ansi/ansi-0.3.7.ebuild
+++ b/dev-python/ansi/ansi-0.3.7.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1