Skip to content

Commit cc37a58

Browse files
committed
Bump minimum python to 3.10, clean up pyproject sections
1 parent 5854bb9 commit cc37a58

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest]
32-
python-version: [3.9]
33-
node-version: [20.x]
32+
python-version: [3.10]
33+
node-version: [22.x]
3434

3535
steps:
3636
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Cell-by-cell tests for JupyterLab"
1212
version = "0.3.2"
1313
readme = "README.md"
1414
license = { file = "LICENSE" }
15-
requires-python = ">=3.8"
15+
requires-python = ">=3.10"
1616
authors = [
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 = [
9394
exclude = [
9495
"/.github",
9596
"/.gitignore",
96-
"/.mypy_cache",
97-
"/.ruff_cache",
9897
"/dist",
9998
"/examples",
10099
"/js/node_modules",
@@ -107,8 +106,6 @@ include = [
107106
exclude = [
108107
"/.github",
109108
"/.gitignore",
110-
"/.mypy_cache",
111-
"/.ruff_cache",
112109
"/pyproject.toml",
113110
"/dist",
114111
"/examples",

0 commit comments

Comments
 (0)