Skip to content

Commit

Permalink
Bump to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsheridan committed Apr 8, 2022
1 parent f6654a2 commit cd7cc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
call %USERPROFILE%\Miniconda3\Scripts\activate.bat
call conda create -n mafm-build-tmp -y python=3.9
call conda create -n mafm-build-tmp -y python=3.10
call conda activate mafm-build-tmp
pip install -U -r requirements.txt
python magic_afm\make_version.py
Expand Down

0 comments on commit cd7cc38

Please sign in to comment.