summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-06-04 21:47:50 -0400
committerSam James <sam@gentoo.org>2024-06-06 01:44:44 +0100
commita4c59f2001e9d07ab44280421b5b6e20bc5b4358 (patch)
tree2aff59a0cb73bcc8996c38f99967ced980324937 /media-libs/jbig2dec/jbig2dec-0.19.ebuild
parentmedia-libs/jbig2dec: enable py3.12 (diff)
downloadgentoo-a4c59f2001e9d07ab44280421b5b6e20bc5b4358.tar.gz
gentoo-a4c59f2001e9d07ab44280421b5b6e20bc5b4358.tar.bz2
gentoo-a4c59f2001e9d07ab44280421b5b6e20bc5b4358.zip
media-libs/jbig2dec: enable py3.13
Only needed for tests, tests pass. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/jbig2dec/jbig2dec-0.19.ebuild')
-rw-r--r--media-libs/jbig2dec/jbig2dec-0.19.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/jbig2dec/jbig2dec-0.19.ebuild b/media-libs/jbig2dec/jbig2dec-0.19.ebuild
index 3fc29b1a39a7..4a157b112ce4 100644
--- a/media-libs/jbig2dec/jbig2dec-0.19.ebuild
+++ b/media-libs/jbig2dec/jbig2dec-0.19.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit autotools python-any-r1
DESCRIPTION="A decoder implementation of the JBIG2 image compression format"