Skip to content

Commit

Permalink
try python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1 committed Jun 20, 2024
1 parent 623550b commit a183b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prj/script/common.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ REM define (relative) paths
set script_dir=%~dp0
set venv_dir=%script_dir%\..\venv
set pip_reqs_dir=%script_dir%\..\pip_reqs
set py_ver="3.11"
set py_ver="3.12"
2 changes: 1 addition & 1 deletion prj/script/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
script_dir=$(dirname "$0")
venv_dir=${script_dir}/../venv
pip_reqs_dir=${script_dir}/../pip_reqs
py_ver="3.11"
py_ver="3.12"

0 comments on commit a183b9d

Please sign in to comment.