File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = "2.10.0"
88description = " A JupyterLab extension for running notebook jobs"
99readme = " README.md"
1010license = { file = " LICENSE" }
11- requires-python = " >=3.7 "
11+ requires-python = " >=3.9 "
1212authors = [
1313 { name = " Project Jupyter" },
1414]
@@ -22,12 +22,11 @@ classifiers = [
2222 " License :: OSI Approved :: BSD License" ,
2323 " Programming Language :: Python" ,
2424 " Programming Language :: Python :: 3" ,
25- " Programming Language :: Python :: 3.7" ,
26- " Programming Language :: Python :: 3.8" ,
2725 " Programming Language :: Python :: 3.9" ,
2826 " Programming Language :: Python :: 3.10" ,
2927 " Programming Language :: Python :: 3.11" ,
3028 " Programming Language :: Python :: 3.12" ,
29+ " Programming Language :: Python :: 3.13" ,
3130]
3231dependencies = [
3332 " jupyter_server>=1.6,<3" ,
You can’t perform that action at this time.
0 commit comments