diff --git a/.python-version b/.python-version index 09dcc78..04e2079 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.11 +3.12.8 diff --git a/pyproject.toml b/pyproject.toml index 7f19a01..4062233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "real-trader" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.10.11" +requires-python = ">=3.12.8" dependencies = [ "flask>=3.1.0", "flask-limiter>=3.12",