From 876f0d8e0dfff1394e85a98b1e9b5234f80f3424 Mon Sep 17 00:00:00 2001 From: Sherinovia19 Date: Fri, 17 Apr 2026 13:28:35 +0530 Subject: [PATCH] Update Python version requirement to 3.12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b644c31..34ed724 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple FastAPI application for learning API development with Python. ## Requirements -- Python 3.11+ +- Python 3.12+ - FastAPI - Pydantic - Uvicorn