diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-19 09:33:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-19 09:33:04 +0200 |
commit | 40ae97d1e46b54485b9495e4535f2151937cb526 (patch) | |
tree | aefc50db831cd91d5890c8d448b85e6a48645ae5 | |
parent | dev-python/zxcvbn: Use PEP517 build (diff) | |
download | gentoo-40ae97d1e46b54485b9495e4535f2151937cb526.tar.gz gentoo-40ae97d1e46b54485b9495e4535f2151937cb526.tar.bz2 gentoo-40ae97d1e46b54485b9495e4535f2151937cb526.zip |
dev-python/zxcvbn: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild index f1cc4de7e891..1232144e71b9 100644 --- a/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild +++ b/dev-python/zxcvbn/zxcvbn-4.4.28-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |