From 0e10bc42f6bd834627112f63cc89425e01c72775 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 26 Aug 2024 10:57:19 +0200 Subject: [PATCH] qrcode, drop python3.9 (#10915) --- dev-python/qrcode/qrcode-7.4.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/qrcode/qrcode-7.4.2.recipe b/dev-python/qrcode/qrcode-7.4.2.recipe index 95d38d020..a24edb13d 100644 --- a/dev-python/qrcode/qrcode-7.4.2.recipe +++ b/dev-python/qrcode/qrcode-7.4.2.recipe @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python39 python310) -PYTHON_VERSIONS=(3.9 3.10) +PYTHON_PACKAGES=(python310) +PYTHON_VERSIONS=(3.10) defaultVersion=3.10 for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]}