]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/dev: update about minimal python version
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 5 Aug 2026 22:56:03 +0000 (00:56 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 6 Aug 2026 22:05:11 +0000 (00:05 +0200)
doc/dev/build.rst
doc/dev/manager-dev-env.rst

index cfcc7d5bc1094eac008d78a1e67d87aa783e4028..cc1be571be5ccee58d5b4d5bd9f8a8327c07e3ec 100644 (file)
@@ -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."
index 09ef221744ee90bc74a14fa61de29b7e385633e6..e6a9d127b5416ae719f9f9b9aaf1f8c8ae08f2c8 100644 (file)
@@ -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.