diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-19 17:04:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-19 17:23:38 +0200 |
commit | 061ece6d5a70736a665cc7b83e012e6fc540a6e6 (patch) | |
tree | ce268ec321efea6a4f1f9272ed4ce741d22506cf /dev-python | |
parent | dev-python/qrcode: Use PEP517 build (diff) | |
download | gentoo-061ece6d5a70736a665cc7b83e012e6fc540a6e6.tar.gz gentoo-061ece6d5a70736a665cc7b83e012e6fc540a6e6.tar.bz2 gentoo-061ece6d5a70736a665cc7b83e012e6fc540a6e6.zip |
dev-python/qrcode: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/qrcode/qrcode-7.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qrcode/qrcode-7.3.1-r1.ebuild b/dev-python/qrcode/qrcode-7.3.1-r1.ebuild index 12130fa1952d..4fa3210b32ad 100644 --- a/dev-python/qrcode/qrcode-7.3.1-r1.ebuild +++ b/dev-python/qrcode/qrcode-7.3.1-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 |