From f2665f573f34af4b1b74e174734ecf0f98cd2e00 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 17 Sep 2023 21:21:08 +1000 Subject: [PATCH] NumPy now supports Python 3.12 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index ee6ffa688..a5daa43e4 100644 --- a/config.sh +++ b/config.sh @@ -154,7 +154,7 @@ function run_tests { apt-get update apt-get install -y curl libfribidi0 unzip fi - if [ -z "$IS_ALPINE" ] && [[ "$MB_PYTHON_VERSION" != 3.12 ]]; then + if [ -z "$IS_ALPINE" ]; then python3 -m pip install numpy fi python3 -m pip install defusedxml olefile pyroma