diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-05-17 15:29:00 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-05-17 16:25:59 +0200 |
| commit | e20027861974735bc3c033f868ba31c10c3b0881 (patch) | |
| tree | 50f1628172303e53a90ff02db0b7aa13a8ca7d5c /dev-python | |
| parent | c07b649b8f9b4973e2d32d98e282f18bf6148f5a (diff) | |
| download | gentoo-e20027861974735bc3c033f868ba31c10c3b0881.tar.gz gentoo-e20027861974735bc3c033f868ba31c10c3b0881.tar.bz2 gentoo-e20027861974735bc3c033f868ba31c10c3b0881.zip | |
dev-python/ansicolor: Enable py3.13
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 5dd87fb09a73..75231623f257 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-python/ansicolor/ansicolor-9999.ebuild b/dev-python/ansicolor/ansicolor-9999.ebuild index 4d55e8a5e08c..9734c8646eb3 100644 --- a/dev-python/ansicolor/ansicolor-9999.ebuild +++ b/dev-python/ansicolor/ansicolor-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |
