Skip to content

Commit f615906

Browse files
Add support for Python 3.13 version and remove support for Python 3.7 and 3.8 versions (#551).
1 parent 14c4451 commit f615906

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "2.10.0"
88
description = "A JupyterLab extension for running notebook jobs"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
11-
requires-python = ">=3.7"
11+
requires-python = ">=3.9"
1212
authors = [
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
]
3231
dependencies = [
3332
"jupyter_server>=1.6,<3",

0 commit comments

Comments
 (0)