diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-19 14:26:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-19 14:26:54 +0200 |
commit | 7617943b7af6ece8b3f81989f5865c866180b24f (patch) | |
tree | 0ebd862d98ec3aa5aee86ea2da991f9a8647b1c1 /dev-python/tqdm | |
parent | dev-python/pyh2o: Enable py3.11 (diff) | |
download | gentoo-7617943b7af6ece8b3f81989f5865c866180b24f.tar.gz gentoo-7617943b7af6ece8b3f81989f5865c866180b24f.tar.bz2 gentoo-7617943b7af6ece8b3f81989f5865c866180b24f.zip |
dev-python/tqdm: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r-- | dev-python/tqdm/tqdm-4.64.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.64.0.ebuild b/dev-python/tqdm/tqdm-4.64.0.ebuild index 32cdaf0a2e13..41de10518a23 100644 --- a/dev-python/tqdm/tqdm-4.64.0.ebuild +++ b/dev-python/tqdm/tqdm-4.64.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit bash-completion-r1 distutils-r1 |