summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 20:29:27 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 20:40:41 +0200
commit0a24c9578cd239d4f8e62c7d380c5a7a661b147e (patch)
tree5b496d8eab926a7f61481b2f81b3b2010d1fb501 /dev-python/imagesize
parentdev-python/ijson: Enable py3.13 (diff)
downloadgentoo-0a24c9578cd239d4f8e62c7d380c5a7a661b147e.tar.gz
gentoo-0a24c9578cd239d4f8e62c7d380c5a7a661b147e.tar.bz2
gentoo-0a24c9578cd239d4f8e62c7d380c5a7a661b147e.zip
dev-python/imagesize: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/imagesize')
-rw-r--r--dev-python/imagesize/imagesize-1.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/imagesize/imagesize-1.4.1.ebuild b/dev-python/imagesize/imagesize-1.4.1.ebuild
index bc4a64bf8c86..f76e3800428f 100644
--- a/dev-python/imagesize/imagesize-1.4.1.ebuild
+++ b/dev-python/imagesize/imagesize-1.4.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi