changed python version
Some checks failed
Deploy / lint (push) Successful in 14s
Deploy / test (push) Successful in 44s
Deploy / deploy (push) Failing after 12s

This commit is contained in:
2026-03-03 20:11:52 +01:00
parent db248b62a8
commit dd6b75d211
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "stock-data-backend"
version = "0.1.0"
description = "Investing-signal platform for NASDAQ stocks"
requires-python = ">=3.12"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",