From: Ruben Kerkhof Date: Sun, 7 Aug 2016 15:10:12 +0000 (+0200) Subject: Bump python requirement to 2.6 X-Git-Tag: collectd-5.6.0~82^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=135dc824d6e146a486fd95ff7bfbc57b0cef66af;p=collectd.git Bump python requirement to 2.6 Fixes #1863 --- 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