summaryrefslogtreecommitdiff
path: root/dev-python
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 /dev-python
parentaeba6cec2a9b03a5f7c72ab2eeca69838aa09ceb (diff)
downloadgentoo-3efe7c42b461afc3d8577abfbdcc37a281010f4f.tar.gz
gentoo-3efe7c42b461afc3d8577abfbdcc37a281010f4f.tar.bz2
gentoo-3efe7c42b461afc3d8577abfbdcc37a281010f4f.zip
dev-python/weasyprint: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-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