diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-12 17:53:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-12 18:29:59 +0200 |
commit | 73cb68e80a6bbf20015056cbd2c66afa2241a616 (patch) | |
tree | 755496e018abaf40b40e6b6fc69da2be4fad89c5 /dev-python | |
parent | dev-python/uri-template: Enable py3.13 (diff) | |
download | gentoo-73cb68e80a6bbf20015056cbd2c66afa2241a616.tar.gz gentoo-73cb68e80a6bbf20015056cbd2c66afa2241a616.tar.bz2 gentoo-73cb68e80a6bbf20015056cbd2c66afa2241a616.zip |
dev-python/webcolors: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/webcolors/webcolors-1.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webcolors/webcolors-1.13.ebuild b/dev-python/webcolors/webcolors-1.13.ebuild index 91aca93b3c1d..9a9b88471e63 100644 --- a/dev-python/webcolors/webcolors-1.13.ebuild +++ b/dev-python/webcolors/webcolors-1.13.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=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |