From 12ffdc2eb8640fabe01551895feb8c08022d58c8 Mon Sep 17 00:00:00 2001 From: Raghav Pillai <76788658+raghavpillai@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:28:44 -0700 Subject: [PATCH] Bump Python requirement to 3.12 - Increased minimum Python version from 3.11 to 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 653eb25..05ca133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "tiktoken", "tomli", ] -requires-python = ">=3.11" +requires-python = ">=3.12" authors = [ { name="Raghav Pillai", email="raghav@tryspeck.com" }, ]