Skip to content

Commit 2d2c792

Browse files
authored
bump: python version to 3.11.3 (#15)
* 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
1 parent d41fed8 commit 2d2c792

File tree

5 files changed

+1871
-1371
lines changed

5 files changed

+1871
-1371
lines changed

.github/workflows/docs_to_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-python@v3
1111
with:
12-
python-version: '3.7.17'
12+
python-version: '3.11.3'
1313
- name: Install poetry
1414
uses: abatilo/[email protected]
1515
- name: Install docs building dependencies

.github/workflows/publish_on_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v3
1313
with:
14-
python-version: '3.7.17'
14+
python-version: '3.11.3'
1515
- name: Install poetry
16-
uses: abatilo/actions-poetry@v2.0.0
16+
uses: abatilo/actions-poetry@v3.0.0
1717
- name: Install project dependencies
1818
run: |
1919
python3 -m pip install --upgrade pip

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id: setup-python
1111
uses: actions/setup-python@v3
1212
with:
13-
python-version: '3.7.17'
13+
python-version: '3.11.3'
1414
- name: Install Poetry
1515
uses: snok/install-poetry@v1
1616
with:

0 commit comments

Comments
 (0)