From 4d3e5c25b803f56b8b98aee06f9a31dc2f08f8c4 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 14 May 2025 23:18:15 +0300 Subject: [PATCH] dev-python/qrcode: enable py3.14 Signed-off-by: Arthur Zamarin --- dev-python/qrcode/qrcode-8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/qrcode/qrcode-8.2.ebuild b/dev-python/qrcode/qrcode-8.2.ebuild index 54804f96bd01b..ab421c5acbd60 100644 --- a/dev-python/qrcode/qrcode-8.2.ebuild +++ b/dev-python/qrcode/qrcode-8.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 pypi