diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-26 21:47:56 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:29:33 +0300 |
commit | a39b424a0ec8523c97906fc842aa1758a61afcbb (patch) | |
tree | e73726d4504ee43f2bebc4495bae1e396c7e4c4a /dev-python/webcolors | |
parent | sys-kernel/dracut: add fallback in case systemd.pc is not installed (diff) | |
download | gentoo-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.ebuild | 2 |
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 |