Skip to content

Commit

Permalink
bump: python version to 3.11.3 (#15)
Browse files Browse the repository at this point in the history
* bump: python version to 3.11.3

* revert: 3.8.17

* revert: 3.7.17

* add: newline

* remove: tool_versions

* update ibm-cos-sdk

* bump: 3.11.3

* bump: poetry to 1.7.1

* use: latest actions-poetry for github workflow
  • Loading branch information
Rui-Zhu1 authored Feb 13, 2024
1 parent d41fed8 commit 2d2c792
Show file tree
Hide file tree
Showing 5 changed files with 1,871 additions and 1,371 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
4 changes: 2 additions & 2 deletions .github/workflows/publish_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ 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
uses: abatilo/actions-poetry@v3.0.0
- name: Install project dependencies
run: |
python3 -m pip install --upgrade pip
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 2d2c792

Please sign in to comment.