From 607f7f3244e767501b26a74799ec5311eefbae9d Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Mon, 2 Dec 2024 12:29:39 -0800 Subject: [PATCH] Force python 3.10 builds for now --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 87252e3..48cb28e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -64,7 +64,7 @@ requirements: - expat - ncurses - zlib - - python + - python=3.10.14 - zstd run: @@ -72,7 +72,7 @@ requirements: - mpfr - ncurses - zlib - - python # python_abi needed for riscv...gdb features + - python=3.10.14 # python_abi needed for riscv...gdb features - zstd test: