.. 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."
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.