Skip to content

Commit e6aa27a

Browse files
astitv-shAstitv Shandilya
and
Astitv Shandilya
authored
Updated JupyterLab Classifier to JupyterLab 4, Bump actions/cache to v3 (#576)
* Ft: Updated JupyterLab 4 Classifier * Updated actions/cache for e2e Tests to v3 --------- Co-authored-by: Astitv Shandilya <astitv-sh@gmail.com>
1 parent 934f1cb commit e6aa27a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: jlpm install
5050

5151
- name: Set up browser cache
52-
uses: actions/cache@v2
52+
uses: actions/cache@v3
5353
with:
5454
path: |
5555
${{ github.workspace }}/pw-browsers

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ requires-python = ">=3.9"
1212
authors = [
1313
{ name = "Project Jupyter" },
1414
]
15-
keywords = ["Jupyter", "JupyterLab", "JupyterLab3"]
15+
keywords = ["Jupyter", "JupyterLab", "JupyterLab4"]
1616
classifiers = [
1717
"Framework :: Jupyter",
1818
"Framework :: Jupyter :: JupyterLab",
19-
"Framework :: Jupyter :: JupyterLab :: 3",
19+
"Framework :: Jupyter :: JupyterLab :: 4",
2020
"Framework :: Jupyter :: JupyterLab :: Extensions",
2121
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
2222
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)