summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 11:45:02 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 12:15:12 +0200
commit236491215464444f17f65fa49d132a8719c90bd5 (patch)
tree44737d9072279bf2904a906a9c0a38234e21cd5c
parentdev-python/tcolorpy: Enable py3.13 (diff)
downloadgentoo-236491215464444f17f65fa49d132a8719c90bd5.tar.gz
gentoo-236491215464444f17f65fa49d132a8719c90bd5.tar.bz2
gentoo-236491215464444f17f65fa49d132a8719c90bd5.zip
dev-python/termcolor: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/termcolor/termcolor-2.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/termcolor/termcolor-2.4.0.ebuild b/dev-python/termcolor/termcolor-2.4.0.ebuild
index 997bbd927f97..38a0a3c0728f 100644
--- a/dev-python/termcolor/termcolor-2.4.0.ebuild
+++ b/dev-python/termcolor/termcolor-2.4.0.ebuild
@@ -1,10 +1,10 @@
-# 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=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi