28 lines
995 B
Diff
28 lines
995 B
Diff
|
|
From 51370b042e7a7f51c47249f1b2a66f93f0c90c95 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
||
|
|
Date: Fri, 12 Apr 2024 12:27:48 +0200
|
||
|
|
Subject: [PATCH] docs: writing-python-agents: update required Python version
|
||
|
|
to 3.6+
|
||
|
|
|
||
|
|
---
|
||
|
|
doc/dev-guides/writing-python-agents.md | 3 +--
|
||
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/doc/dev-guides/writing-python-agents.md b/doc/dev-guides/writing-python-agents.md
|
||
|
|
index f26313ff..9bf89d09 100644
|
||
|
|
--- a/doc/dev-guides/writing-python-agents.md
|
||
|
|
+++ b/doc/dev-guides/writing-python-agents.md
|
||
|
|
@@ -5,8 +5,7 @@
|
||
|
|
A simple library for authoring resource agents in Python is
|
||
|
|
provided in the `ocf.py` library.
|
||
|
|
|
||
|
|
-Agents written in Python should be ideally compatible both with Python
|
||
|
|
-2.7+ and Python 3.3+.
|
||
|
|
+Agents written in Python should be compatible with Python 3.6+.
|
||
|
|
|
||
|
|
The library provides various helper constants and functions, a logging
|
||
|
|
implementation as well as a run loop and metadata generation facility.
|
||
|
|
--
|
||
|
|
2.25.1
|
||
|
|
|