Skip to content

Commit 4dbf5db

Browse files
committed
update: ipywidgets to be 8 and widgetsnbextension to be exactly 4.0.7
1 parent 99193f9 commit 4dbf5db

File tree

5 files changed

+1833
-1286
lines changed

5 files changed

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

.github/workflows/publish_on_release.yml

Lines changed: 1 addition & 1 deletion
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.7.17'
14+
python-version: '3.8.17'
1515
- name: Install poetry
1616
uses: abatilo/[email protected]
1717
- name: Install project dependencies

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

0 commit comments

Comments
 (0)