summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:44:34 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:44:34 +0300
commit6730748d8632bdf889ee72c0373450fdfb9cf922 (patch)
tree47a2a6c1f370b45f3d55975b543972adcc734408
parentdev-python/jinja2-time: enable py3.12 (diff)
downloadgentoo-6730748d.tar.gz
gentoo-6730748d.tar.bz2
gentoo-6730748d.zip
dev-python/imagesize: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/imagesize/imagesize-1.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imagesize/imagesize-1.4.1.ebuild b/dev-python/imagesize/imagesize-1.4.1.ebuild
index 3cb5db88d260..bc4a64bf8c86 100644
--- a/dev-python/imagesize/imagesize-1.4.1.ebuild
+++ b/dev-python/imagesize/imagesize-1.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi