Skip to content

Commit dff6596

Browse files
committed
Update Python version requirement to match pyproject.toml
The README incorrectly stated Python 3.8+ was sufficient, but backend/pyproject.toml requires Python >=3.11. This caused installation errors for users with Python 3.8-3.10. Fixes #27
1 parent fddf107 commit dff6596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Follow these steps to get the application running locally for development and te
2828
**1. Prerequisites:**
2929

3030
- Node.js and npm (or yarn/pnpm)
31-
- Python 3.8+
31+
- Python 3.11+
3232
- **`GEMINI_API_KEY`**: The backend agent requires a Google Gemini API key.
3333
1. Navigate to the `backend/` directory.
3434
2. Create a file named `.env` by copying the `backend/.env.example` file.

0 commit comments

Comments
 (0)