diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 17:43:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 17:43:54 +0200 |
commit | 5ce5903cc3b67f81c89545bbb75744b29a17f18e (patch) | |
tree | 3767ab3d4485a109323291712f94684b22908f5f /dev-python/colorful | |
parent | dev-python/colorclass: Enable py3.13 (diff) | |
download | gentoo-5ce5903cc3b67f81c89545bbb75744b29a17f18e.tar.gz gentoo-5ce5903cc3b67f81c89545bbb75744b29a17f18e.tar.bz2 gentoo-5ce5903cc3b67f81c89545bbb75744b29a17f18e.zip |
dev-python/colorful: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/colorful')
-rw-r--r-- | dev-python/colorful/colorful-0.5.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/colorful/colorful-0.5.6.ebuild b/dev-python/colorful/colorful-0.5.6.ebuild index cc1761288e91..a8dc7eaaa069 100644 --- a/dev-python/colorful/colorful-0.5.6.ebuild +++ b/dev-python/colorful/colorful-0.5.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |