summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-07-14 17:21:53 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-07-14 17:31:55 -0400
commit02547a7f1b78ba334e7ce79d2363ca13c241fea7 (patch)
treeab365bd7f168acd9a5bbc96c2edf29f76362bf66
parentgames-emulation/snes9x: enable py3.12 (diff)
downloadgentoo-02547a7f1b78ba334e7ce79d2363ca13c241fea7.tar.gz
gentoo-02547a7f1b78ba334e7ce79d2363ca13c241fea7.tar.bz2
gentoo-02547a7f1b78ba334e7ce79d2363ca13c241fea7.zip
media-libs/vips: enable py3.12
Seems(?) fine, python is only used by a small bin/ script with no tests and haven't really messed with --vips-profile to be sure. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--media-libs/vips/vips-8.14.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/vips/vips-8.14.2.ebuild b/media-libs/vips/vips-8.14.2.ebuild
index 3a1eae30e612..291c71467d67 100644
--- a/media-libs/vips/vips-8.14.2.ebuild
+++ b/media-libs/vips/vips-8.14.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit meson python-single-r1 vala
DESCRIPTION="VIPS Image Processing Library"