Skip to content

Commit

Permalink
try python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1 committed Jun 20, 2024
1 parent a183b9d commit d0772e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'

- name: Set up dependencies (Linux)
if: runner.os == 'Linux'
Expand Down
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.12"
set py_ver="3.11"
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.12"
py_ver="3.11"

0 comments on commit d0772e2

Please sign in to comment.