diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 18:18:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 18:18:53 +0200 |
commit | 3eb264f6e74145eed02c0854b25cc573dde041fc (patch) | |
tree | 3ee84e199809dc54fb9bed163452f053e46afc3e /dev-python | |
parent | package.mask: Last rite dev-games/cegui, games-rpg/sumwars (diff) | |
download | gentoo-3eb264f6e74145eed02c0854b25cc573dde041fc.tar.gz gentoo-3eb264f6e74145eed02c0854b25cc573dde041fc.tar.bz2 gentoo-3eb264f6e74145eed02c0854b25cc573dde041fc.zip |
dev-python/weasyprint: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/weasyprint/weasyprint-60.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/weasyprint/weasyprint-60.1.ebuild b/dev-python/weasyprint/weasyprint-60.1.ebuild index 02a69c1f924b..458a0382bcaf 100644 --- a/dev-python/weasyprint/weasyprint-60.1.ebuild +++ b/dev-python/weasyprint/weasyprint-60.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |