Skip to content

Commit

Permalink
build: switch to 3.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
moesnow committed Jan 4, 2024
1 parent 5281655 commit d7732e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1.build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.12.0'
python-version: '3.11.6'
cache: 'pip'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2.realtime_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.12.0'
python-version: '3.11.6'
cache: 'pip'

- name: Install dependencies
Expand Down

0 comments on commit d7732e3

Please sign in to comment.