Skip to content

Commit

Permalink
bump: python version to 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Zhu1 committed Jan 24, 2024
1 parent d41fed8 commit 1fc2e70
Show file tree
Hide file tree
Showing 5 changed files with 1,869 additions and 1,370 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_to_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.7.17'
python-version: '3.11.3'
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
- name: Install docs building dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.7.17'
python-version: '3.11.3'
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
- name: Install project dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.7.17'
python-version: '3.11.3'
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
Loading

0 comments on commit 1fc2e70

Please sign in to comment.