From a8dc0d0b730d4c94ec40406cad01dfa299e773cc Mon Sep 17 00:00:00 2001 From: sql-hkr Date: Mon, 13 Oct 2025 22:48:40 +0900 Subject: [PATCH] Update Python version requirement to 3.11 or higher (#11) --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24560e8..668295f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,16 @@ [project] name = "syna" -version = "0.2.0a1" +version = "0.2.0" description = "Syna is a lightweight machine learning framework inspired by DeZero." readme = "README.md" authors = [ { name = "sql-hkr", email = "sql.hkr@gmail.com" } ] -requires-python = ">=3.13" +requires-python = ">=3.11" classifiers = [ "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [