From 135dc824d6e146a486fd95ff7bfbc57b0cef66af Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 7 Aug 2016 17:10:12 +0200 Subject: [PATCH] Bump python requirement to 2.6 Fixes #1863 --- src/collectd-python.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collectd-python.pod b/src/collectd-python.pod index e0851d90..16b26afa 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -37,7 +37,7 @@ for collectd in Python. This is a lot more efficient than executing a Python-script every time you want to read a value with the C (see L) and provides a lot more functionality, too. -The minimum required Python version is I<2.3>. +The minimum required Python version is I<2.6>. =head1 CONFIGURATION -- 2.11.0