Skip to content

Commit

Permalink
use: python 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 ca921ad commit f655cb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8.17'
python-version: '3.11.3'
- name: Install poetry
uses: abatilo/[email protected]
- 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.8.17'
python-version: '3.11.3'
- name: Install poetry
uses: abatilo/[email protected]
- 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.8.17'
python-version: '3.11.3'
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ipywidgets = "7.7.1"
ipython = "*"
widgetsnbextension = "3.6.4"
ibm-cos-sdk = {version = "~2", optional = true}
typing-extensions = {version = "*", python = "^3.8.17", optional = true}
typing-extensions = {version = "*", python = "^3.11.3", optional = true}
# Sphinx documentation dependencies
Sphinx = { version = "~4", optional = true }
sphinx-autodoc-typehints = { version = "~1", optional = true }
Expand Down

0 comments on commit f655cb0

Please sign in to comment.