diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-27 13:52:59 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-27 14:02:05 +0200 |
| commit | 8edbeb104521a717ddd38957f9e36bbd295b7bd0 (patch) | |
| tree | ce442195d5e7be7877287b81a17bb9096ac2e910 /dev-python | |
| parent | d57f0fd2cf1f33831d0c2c1aadb40ed05ec0f3e5 (diff) | |
| download | gentoo-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.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/ansicolor/ansicolor-9999.ebuild | 4 |
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 |
