summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-12 17:53:15 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-12 18:29:59 +0200
commit73cb68e80a6bbf20015056cbd2c66afa2241a616 (patch)
tree755496e018abaf40b40e6b6fc69da2be4fad89c5 /dev-python
parentdev-python/uri-template: Enable py3.13 (diff)
downloadgentoo-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.ebuild4
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