From 942bc4705fef576e0865d216a443f046f4257f9a Mon Sep 17 00:00:00 2001 From: Sigmar Stefansson Date: Wed, 7 Feb 2024 22:17:48 +0000 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 469624c01d0c..0a995b060a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. [build-system] -requires = ["hatchling>=1.5.0"] +requires = ["hatchling>=1.21.1"] build-backend = "hatchling.build" [project] @@ -10,7 +10,7 @@ name = "jupyterlab" description = "JupyterLab computational environment" readme = "README.md" license = { file = "LICENSE" } -requires-python = ">=3.8" +requires-python = ">=3.11" authors = [ { name = "Jupyter Development Team", email = "jupyter@googlegroups.com" }, ]