From 05a69566b6aa7648146274aebc90d37b61a3c9f6 Mon Sep 17 00:00:00 2001 From: Majajashka <96516033+Majajashka@users.noreply.github.com> Date: Thu, 29 Jan 2026 01:19:07 +0400 Subject: [PATCH] fix: change required python version in DEVELOPMENT.md According to Pipfile, python required version is 3.13 --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 08904143e..4cfe63774 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -9,7 +9,7 @@ project to build on Windows using the WSL.* You will need the following software installed on your system: - [Docker](https://docs.docker.com/engine/) - [Docker Compose](https://github.com/docker/compose) -- [Python 3.10](https://www.python.org/downloads/) +- [Python 3.13](https://www.python.org/downloads/) - [Pipenv](https://github.com/pypa/pipenv/) Once you have Docker installed, make sure to add yourself to the `docker` group