summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2024-05-12 14:59:52 +0200
committerLouis Sautier <sbraz@gentoo.org>2024-05-12 15:00:25 +0200
commitfc5a7c2122b8483a0626d5af9688b1773c06108f (patch)
tree452c3cdcf490482f34faa970dc9fc07de7b38e58
parentapp-benchmarks/geekbench: drop 6.2.2 (diff)
downloadgentoo-fc5a7c2122b8483a0626d5af9688b1773c06108f.tar.gz
gentoo-fc5a7c2122b8483a0626d5af9688b1773c06108f.tar.bz2
gentoo-fc5a7c2122b8483a0626d5af9688b1773c06108f.zip
dev-python/chump: enable py3.12
Closes: https://bugs.gentoo.org/929447 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
-rw-r--r--dev-python/chump/chump-1.6.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/chump/chump-1.6.0-r2.ebuild b/dev-python/chump/chump-1.6.0-r2.ebuild
index 926b5b6dbf00..75e60112a8dd 100644
--- a/dev-python/chump/chump-1.6.0-r2.ebuild
+++ b/dev-python/chump/chump-1.6.0-r2.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=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi