diff options
author | 2022-05-12 15:32:16 +0200 | |
---|---|---|
committer | 2022-05-12 15:36:27 +0200 | |
commit | 8ef8eb4a1213f49d5ce518207c9e24f5d0792873 (patch) | |
tree | f3a8586a837d162e9a9f993c8f7a778f3d26fbae /dev-python/bcrypt | |
parent | dev-python/pyhamcrest: Enable py3.11 (diff) | |
download | gentoo-8ef8eb4a1213f49d5ce518207c9e24f5d0792873.tar.gz gentoo-8ef8eb4a1213f49d5ce518207c9e24f5d0792873.tar.bz2 gentoo-8ef8eb4a1213f49d5ce518207c9e24f5d0792873.zip |
dev-python/bcrypt: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bcrypt')
-rw-r--r-- | dev-python/bcrypt/bcrypt-3.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bcrypt/bcrypt-3.2.2.ebuild b/dev-python/bcrypt/bcrypt-3.2.2.ebuild index d17f2e90456a..83c49c9cf7db 100644 --- a/dev-python/bcrypt/bcrypt-3.2.2.ebuild +++ b/dev-python/bcrypt/bcrypt-3.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |