summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-05-26 21:47:56 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:29:33 +0300
commita39b424a0ec8523c97906fc842aa1758a61afcbb (patch)
treee73726d4504ee43f2bebc4495bae1e396c7e4c4a /dev-python/webcolors
parentsys-kernel/dracut: add fallback in case systemd.pc is not installed (diff)
downloadgentoo-a39b424a0ec8523c97906fc842aa1758a61afcbb.tar.gz
gentoo-a39b424a0ec8523c97906fc842aa1758a61afcbb.tar.bz2
gentoo-a39b424a0ec8523c97906fc842aa1758a61afcbb.zip
dev-python/webcolors: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/webcolors')
-rw-r--r--dev-python/webcolors/webcolors-1.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webcolors/webcolors-1.13.ebuild b/dev-python/webcolors/webcolors-1.13.ebuild
index 1f100726a002..30f8124a9702 100644
--- a/dev-python/webcolors/webcolors-1.13.ebuild
+++ b/dev-python/webcolors/webcolors-1.13.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi