Skip to content

Commit

Permalink
updated Python version to 3.9 for GUI executable packager
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Sep 1, 2022
1 parent af78fb9 commit c7eaff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_gui_exe/make_tk_exe.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if not exist text2qti_tk.pyw (
)

REM Create and activate a conda env for packaging the .exe
call conda create -y --name make_text2qti_gui_exe python=3.8 --no-default-packages
call conda create -y --name make_text2qti_gui_exe python=3.9 --no-default-packages
call conda activate make_text2qti_gui_exe
REM List conda envs -- useful for debugging
call conda info --envs
Expand Down

0 comments on commit c7eaff4

Please sign in to comment.