summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-26 18:56:18 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-26 18:56:18 +0200
commiteb6ee531d810cb5ce750b6e2216011c85a30e4d2 (patch)
treed98c64abcdd18a929836ae618fce15ba39214ddf /dev-python/pypng
parentdev-python/beautifulsoup4: Enable py3.12 (diff)
downloadgentoo-eb6ee531d810cb5ce750b6e2216011c85a30e4d2.tar.gz
gentoo-eb6ee531d810cb5ce750b6e2216011c85a30e4d2.tar.bz2
gentoo-eb6ee531d810cb5ce750b6e2216011c85a30e4d2.zip
dev-python/pypng: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypng')
-rw-r--r--dev-python/pypng/pypng-0.20220715.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypng/pypng-0.20220715.0.ebuild b/dev-python/pypng/pypng-0.20220715.0.ebuild
index 1be81e4e040e..83bef9c7f607 100644
--- a/dev-python/pypng/pypng-0.20220715.0.ebuild
+++ b/dev-python/pypng/pypng-0.20220715.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1