From 96597dd555bfb2f8a32c0b760acbdc4c350164ed Mon Sep 17 00:00:00 2001 From: dhlim Date: Tue, 3 Feb 2026 05:21:09 +0000 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbe34d1..4380915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "o2o-castad-backend" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = "3.13.11" +requires-python = "==3.13.11" dependencies = [ "aiofiles>=25.1.0", "aiohttp>=3.13.2",