Skip to content

Commit 04d036c

Browse files
authoredApr 11, 2025
fix: Update lower bound of required python to 3.9
1 parent f0bdc47 commit 04d036c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "notebook"
77
description = "Jupyter Notebook - A web-based notebook environment for interactive computing"
88
readme = "README.md"
99
license = { file = "LICENSE" }
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
authors = [
1212
{ name = "Jupyter Development Team", email = "jupyter@googlegroups.com" },
1313
]

0 commit comments

Comments
 (0)