summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-04 20:01:30 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-04 20:06:35 +0200
commit3efe7c42b461afc3d8577abfbdcc37a281010f4f (patch)
treeba221c78cc136423165950c5e5385dad1506a23b
parentdev-python/pytest-httpx: add 0.21.2 (diff)
downloadgentoo-3efe7c42.tar.gz
gentoo-3efe7c42.tar.bz2
gentoo-3efe7c42.zip
dev-python/weasyprint: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/weasyprint/weasyprint-57.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/weasyprint/weasyprint-57.1.ebuild b/dev-python/weasyprint/weasyprint-57.1.ebuild
index 91e490bc0ec2..d6b0c790c834 100644
--- a/dev-python/weasyprint/weasyprint-57.1.ebuild
+++ b/dev-python/weasyprint/weasyprint-57.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1