Skip to content

Commit

Permalink
Update Python
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Jan 5, 2024
1 parent 35fd306 commit 74ac214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11ß

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
ipywidgets~=7.6
traitlets~=5.0
widgetsnbextension<3.6.3 # Hotfix. Remove when #149 is fixed
python_requires = >=3.8
python_requires = >=3.9

[options.extras_require]
dev =
Expand Down

0 comments on commit 74ac214

Please sign in to comment.