From 83f3e1cea987f7f3ddcdef3a31bd3ee162fb8423 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Fri, 27 Sep 2024 20:57:36 +0200 Subject: [PATCH] Require Python 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bd2ded7e..fe21f3e54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" keywords = ["conda"] license = { text = "Apache-2.0" } dynamic = ["version"] -requires-python = ">=3.8" +requires-python = ">=3.11" dependencies = [ "beautifulsoup4", "colorama",