File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 cache-dependency-path : yarn.lock
2626
2727 - name : Setup Python
28- uses : actions/setup-python@v2.2.2
28+ uses : actions/setup-python@v5
2929 with :
30- python-version : 3.x
30+ python-version : ' 3.13 '
3131
3232 - name : Install Jupyterlab
3333 run : pip install jupyterlab==4
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66name = " sparkmonitor"
77readme = " README.md"
88license = { file = " LICENSE" }
9- requires-python = " >=3.8 "
9+ requires-python = " >=3.10 "
1010classifiers = [
1111 " Framework :: Jupyter" ,
1212 " Framework :: Jupyter :: JupyterLab" ,
@@ -16,11 +16,10 @@ classifiers = [
1616 " License :: OSI Approved :: Apache Software License" ,
1717 " Programming Language :: Python" ,
1818 " Programming Language :: Python :: 3" ,
19- " Programming Language :: Python :: 3.8" ,
20- " Programming Language :: Python :: 3.9" ,
2119 " Programming Language :: Python :: 3.10" ,
2220 " Programming Language :: Python :: 3.11" ,
2321 " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
2423]
2524dependencies = [
2625]
You can’t perform that action at this time.
0 commit comments