From: Aleš Mrázek Date: Wed, 5 Aug 2026 22:56:03 +0000 (+0200) Subject: doc/dev: update about minimal python version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=504ace73ae623371490e38e6287247fccf4beb85;p=thirdparty%2Fknot-resolver.git doc/dev: update about minimal python version --- diff --git a/doc/dev/build.rst b/doc/dev/build.rst index cfcc7d5bc..cc1be571b 100644 --- a/doc/dev/build.rst +++ b/doc/dev/build.rst @@ -293,7 +293,7 @@ Please note that starting with version 6, Knot Resolver is only officially suppo .. csv-table:: :header: "Requirement", "Notes" - "python3_ >=3.8", "Python language interpreter" + "python3_ >=3.9", "Python language interpreter" "Jinja2_", "Template engine for Python" "PyYAML_", "YAML framework for Python" "aiohttp_", "HTTP Client/Server for Python." diff --git a/doc/dev/manager-dev-env.rst b/doc/dev/manager-dev-env.rst index 09ef22174..e6a9d127b 100644 --- a/doc/dev/manager-dev-env.rst +++ b/doc/dev/manager-dev-env.rst @@ -8,7 +8,7 @@ Manager development environment In this guide, we will setup a development environment and discuss tooling. -The manager is written in Python 3 with the goal of supporting multiple versions of Python (3.8 or newer) available in current Linux distributions. +The manager is written in Python 3 with the goal of supporting multiple versions of Python (3.9 or newer) available in current Linux distributions. These compatibility requirements also force us not to rely heavily on modern runtime libraries such as Pydantic.