allow Python 3.8 with conda

pull/63/head
Sebastien Bourdeauducq 2021-07-05 20:42:18 +08:00
parent f35ae55a15
commit f581b6a649
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ let
- cmake
- llvm-or1k
run:
- python<3.8
- python<3.9
EOF
cat > bld.bat << EOF

View File

@ -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