summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-01 16:34:39 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-01 16:37:20 +0200
commit2b515b15959f126d4c46b8942871a2d369a6f0a3 (patch)
tree3c0b8ac053aa9e45ecee682b20de0cc7fd3b2db9 /dev-python/tqdm
parentdev-python/utidylib: Enable py3.12 (diff)
downloadgentoo-2b515b15959f126d4c46b8942871a2d369a6f0a3.tar.gz
gentoo-2b515b15959f126d4c46b8942871a2d369a6f0a3.tar.bz2
gentoo-2b515b15959f126d4c46b8942871a2d369a6f0a3.zip
dev-python/tqdm: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r--dev-python/tqdm/tqdm-4.65.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.65.0.ebuild b/dev-python/tqdm/tqdm-4.65.0.ebuild
index 14b4118598fd..c91aeff3dee7 100644
--- a/dev-python/tqdm/tqdm-4.65.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.65.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit bash-completion-r1 distutils-r1 pypi