From 539f42bf892efc6dc5a3ea1dfa21bd70bccbc697 Mon Sep 17 00:00:00 2001 From: Sermet Pekin Date: Mon, 20 Oct 2025 21:35:34 +0300 Subject: [PATCH] check with 3.9...3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46deffa..ff237c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nanochat" version = "0.1.0" description = "the minimal full-stack ChatGPT clone" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.9" dependencies = [ "datasets>=4.0.0", "fastapi>=0.117.1",