diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-04 20:01:30 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-04 20:06:35 +0200 |
| commit | 3efe7c42b461afc3d8577abfbdcc37a281010f4f (patch) | |
| tree | ba221c78cc136423165950c5e5385dad1506a23b /dev-python | |
| parent | aeba6cec2a9b03a5f7c72ab2eeca69838aa09ceb (diff) | |
| download | gentoo-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.ebuild | 2 |
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 |
