@@ -12,7 +12,7 @@ description = "Cell-by-cell tests for JupyterLab"
1212version = " 0.3.2"
1313readme = " README.md"
1414license = { file = " LICENSE" }
15- requires-python = " >=3.8 "
15+ requires-python = " >=3.10 "
1616authors = [
1717 {
name =
" The nbcelltests authors" ,
email =
" [email protected] " },
1818]
@@ -31,10 +31,11 @@ classifiers = [
3131 " Framework :: Jupyter :: JupyterLab" ,
3232 " Programming Language :: Python" ,
3333 " Programming Language :: Python :: 3" ,
34- " Programming Language :: Python :: 3.9" ,
3534 " Programming Language :: Python :: 3.10" ,
3635 " Programming Language :: Python :: 3.11" ,
3736 " Programming Language :: Python :: 3.12" ,
37+ " Programming Language :: Python :: 3.13" ,
38+ " Programming Language :: Python :: 3.14" ,
3839 " License :: OSI Approved :: Apache Software License" ,
3940]
4041
@@ -93,8 +94,6 @@ include = [
9394exclude = [
9495 " /.github" ,
9596 " /.gitignore" ,
96- " /.mypy_cache" ,
97- " /.ruff_cache" ,
9897 " /dist" ,
9998 " /examples" ,
10099 " /js/node_modules" ,
@@ -107,8 +106,6 @@ include = [
107106exclude = [
108107 " /.github" ,
109108 " /.gitignore" ,
110- " /.mypy_cache" ,
111- " /.ruff_cache" ,
112109 " /pyproject.toml" ,
113110 " /dist" ,
114111 " /examples" ,
0 commit comments