From 66f4e4e374e1e0f80e22a8c81a33f807d8777b39 Mon Sep 17 00:00:00 2001 From: "Radu C. Martin" Date: Mon, 14 Apr 2025 10:54:52 +0200 Subject: [PATCH] fix: change python 3.11 to be compatible with rpi --- .python-version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 24ee5b1..2c07333 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.11 diff --git a/pyproject.toml b/pyproject.toml index 40670a5..e4c94b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "py-dj" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.11" dependencies = [ "fastapi[standard]>=0.115.12", "pydantic>=2.11.3",