Commit 8538cf2 1 parent 469b8e6 commit 8538cf2 Copy full SHA for 8538cf2
File tree 1 file changed +2
-3
lines changed
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"
8
8
description = " A JupyterLab extension for running notebook jobs"
9
9
readme = " README.md"
10
10
license = { file = " LICENSE" }
11
- requires-python = " >=3.7 "
11
+ requires-python = " >=3.9 "
12
12
authors = [
13
13
{ name = " Project Jupyter" },
14
14
]
@@ -22,12 +22,11 @@ classifiers = [
22
22
" License :: OSI Approved :: BSD License" ,
23
23
" Programming Language :: Python" ,
24
24
" Programming Language :: Python :: 3" ,
25
- " Programming Language :: Python :: 3.7" ,
26
- " Programming Language :: Python :: 3.8" ,
27
25
" Programming Language :: Python :: 3.9" ,
28
26
" Programming Language :: Python :: 3.10" ,
29
27
" Programming Language :: Python :: 3.11" ,
30
28
" Programming Language :: Python :: 3.12" ,
29
+ " Programming Language :: Python :: 3.13" ,
31
30
]
32
31
dependencies = [
33
32
" jupyter_server>=1.6,<3" ,
You can’t perform that action at this time.
0 commit comments