From 7a72cba6825ac56dac7e6a585a4e8dd8d3d5e5a1 Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Wed, 4 Feb 2026 15:12:51 +0530 Subject: [PATCH] docs: mention recommended Python version for local setup --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 595889480..ea2934a72 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ PictoPy is an advanced desktop gallery application that combines the power of Ta 1. First, join the **[Discord Server](https://discord.gg/hjUhu33uAn) (Go to Projects->PictoPy)** to chat with everyone. 2. For detailed setup instructions, coding guidelines, and the contribution process, please check out our [CONTRIBUTING.md](./CONTRIBUTING.md) file. +## Recommended Python Version + +For local development, it is recommended to use **Python 3.10 or 3.11**. +Some dependencies may not yet be fully compatible with newer Python versions. + # Architecture ### Frontend