Skip to content

Commit

Permalink
EBR-40 Test on more Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 5, 2024
1 parent d7bf445 commit 7608205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U jupyterlab~=3.1 check-manifest pyunicore pytest pytest-mock pytest-cov
python -m pip install -U jupyterlab~=3.6 check-manifest pyunicore pytest pytest-mock pytest-cov
- name: Build the extension
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U jupyterlab~=3.1 setuptools twine build
python -m pip install -U jupyterlab~=3.6 setuptools twine build
- name: Build package
run: |
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
"Framework :: Jupyter :: JupyterLab :: 3",
Expand Down

0 comments on commit 7608205

Please sign in to comment.