summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-27 13:52:59 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-27 14:02:05 +0200
commit8edbeb104521a717ddd38957f9e36bbd295b7bd0 (patch)
treece442195d5e7be7877287b81a17bb9096ac2e910 /dev-python
parentd57f0fd2cf1f33831d0c2c1aadb40ed05ec0f3e5 (diff)
downloadgentoo-8edbeb104521a717ddd38957f9e36bbd295b7bd0.tar.gz
gentoo-8edbeb104521a717ddd38957f9e36bbd295b7bd0.tar.bz2
gentoo-8edbeb104521a717ddd38957f9e36bbd295b7bd0.zip
dev-python/ansicolor: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild4
-rw-r--r--dev-python/ansicolor/ansicolor-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
index 75231623f257..1e7af690483c 100644
--- a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/dev-python/ansicolor/ansicolor-9999.ebuild b/dev-python/ansicolor/ansicolor-9999.ebuild
index 9734c8646eb3..6d87d3fdf2cc 100644
--- a/dev-python/ansicolor/ansicolor-9999.ebuild
+++ b/dev-python/ansicolor/ansicolor-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1