Skip to content

Commit f655cb0

Browse files
committed
use: python 3.11.3
1 parent ca921ad commit f655cb0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/docs_to_pages.yml

+1-1
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.8.17'
12+
python-version: '3.11.3'
1313
- name: Install poetry
1414
uses: abatilo/[email protected]
1515
- name: Install docs building dependencies

Diff for: .github/workflows/publish_on_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v3
1313
with:
14-
python-version: '3.8.17'
14+
python-version: '3.11.3'
1515
- name: Install poetry
1616
uses: abatilo/[email protected]
1717
- name: Install project dependencies

Diff for: .github/workflows/test.yml

+1-1
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.8.17'
13+
python-version: '3.11.3'
1414
- name: Install Poetry
1515
uses: snok/install-poetry@v1
1616
with:

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ipywidgets = "7.7.1"
2020
ipython = "*"
2121
widgetsnbextension = "3.6.4"
2222
ibm-cos-sdk = {version = "~2", optional = true}
23-
typing-extensions = {version = "*", python = "^3.8.17", optional = true}
23+
typing-extensions = {version = "*", python = "^3.11.3", optional = true}
2424
# Sphinx documentation dependencies
2525
Sphinx = { version = "~4", optional = true }
2626
sphinx-autodoc-typehints = { version = "~1", optional = true }

0 commit comments

Comments
 (0)