Bump python requirement to 2.6
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Aug 2016 15:10:12 +0000 (17:10 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Aug 2016 16:04:38 +0000 (18:04 +0200)
Fixes #1863

src/collectd-python.pod

index e0851d9..16b26af 100644 (file)
@@ -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<exec plugin> (see
 L<collectd-exec(5)>) 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