From 7abe7abc31513f15a16fa57a9527ac379e851838 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Wed, 19 Jun 2024 17:58:44 +0100 Subject: [PATCH] Bump Python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66d8e60..3d680df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "jupyterlab-conda-store" description = "A JupyterLab extension that provides a user-friendly graphical interface for building and managing environments using an existing conda-store server" readme = "README.md" license = { file = "LICENSE" } -requires-python = ">=3.8" +requires-python = ">=3.9" maintainers = [{ name = "Tania Allard", email = "trallard@bitsandchips.me" }] keywords = ["Jupyter", "JupyterLab", "JupyterLab4", "conda", "environments"] classifiers = [