summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-14 13:16:57 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-14 15:05:41 +0300
commitf2a1fcbc877f3623dc334d2f81157beae5251e62 (patch)
treea39a44364184f74b1044b175f43ba70b8574f4f1
parentdev-python/imagesize: Use PEP517 (diff)
downloadgentoo-f2a1fcbc.tar.gz
gentoo-f2a1fcbc.tar.bz2
gentoo-f2a1fcbc.zip
dev-python/imagesize: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/imagesize/imagesize-1.3.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imagesize/imagesize-1.3.0-r1.ebuild b/dev-python/imagesize/imagesize-1.3.0-r1.ebuild
index 42bf2c9e5281..3cd8cdd4bed4 100644
--- a/dev-python/imagesize/imagesize-1.3.0-r1.ebuild
+++ b/dev-python/imagesize/imagesize-1.3.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Pure Python module for getting image size from png/jpeg/jpeg2000/gif files"