From f581b6a649552684daf3c579611465348b8d2785 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 5 Jul 2021 20:42:18 +0800 Subject: [PATCH] allow Python 3.8 with conda --- artiq-fast/conda-windows/llvmlite-artiq.nix | 2 +- artiq-fast/conda/llvmlite-artiq.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq-fast/conda-windows/llvmlite-artiq.nix b/artiq-fast/conda-windows/llvmlite-artiq.nix index 51eaafc..606830a 100644 --- a/artiq-fast/conda-windows/llvmlite-artiq.nix +++ b/artiq-fast/conda-windows/llvmlite-artiq.nix @@ -37,7 +37,7 @@ let - cmake - llvm-or1k run: - - python<3.8 + - python<3.9 EOF cat > bld.bat << EOF diff --git a/artiq-fast/conda/llvmlite-artiq.nix b/artiq-fast/conda/llvmlite-artiq.nix index a6aa4ed..dabed08 100644 --- a/artiq-fast/conda/llvmlite-artiq.nix +++ b/artiq-fast/conda/llvmlite-artiq.nix @@ -25,7 +25,7 @@ let # that they are not there if they have been installed from files. requirements: run: - - python<3.8 + - python<3.9 - ncurses [linux] EOF