diff --git a/README.md b/README.md index 18c3662..4cf55c2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Place can be installed via Pip or Docker. To start, clone the repo to your local ### 🧰 Prerequisites -- **Python 3.13+** ([Download](https://python.org)) +- **Python 3.11+** ([Download](https://python.org)) - **Docker** (Optional) ([Install Docker](https://docs.docker.com/get-started/get-docker/)) - **UV** (Optional, for fast Python package management) ([Install UV](https://docs.astral.sh/uv/getting-started/installation/)) diff --git a/pyproject.toml b/pyproject.toml index fc2d910..19ea8ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "place" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.11" dependencies = [ "crispy-bootstrap5~=2025.4", "django~=5.2",