From 6a02fd4255967a76f63dca4e6af921dbddc026c0 Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Fri, 8 Sep 2023 16:59:10 +0200 Subject: [PATCH] Fix the python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77ddaa12b..49c6ac275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "hatchling.build" name = "nbgrader" description = "A system for assigning and grading notebooks" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" authors = [ { name = "Jupyter Development Team", email = "jupyter@googlegroups.com" }, ]