summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsebres <serg.brester@sebres.de>2022-02-10 15:40:01 +0100
committersebres <serg.brester@sebres.de>2022-02-10 15:48:51 +0100
commitff7fe572bf90010ee40c9d9966e7f5ef3ee4a145 (patch)
treefebe455a5c45de4c5b2991e684355c34d3f8a3a1 /README.md
parent5bfd9992b470b724463ace3b807bf9cc43bea42b (diff)
downloadfail2ban-ff7fe572bf90010ee40c9d9966e7f5ef3ee4a145.tar.gz
drop support for python 2.6 (hardly possible in modern CIs, new features would expect OrderedDicts, etc)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba5c149e..6bf94c25 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Installation:
this case, you should use that instead.**
Required:
-- [Python2 >= 2.6 or Python >= 3.2](https://www.python.org) or [PyPy](https://pypy.org)
+- [Python2 >= 2.7 or Python >= 3.2](https://www.python.org) or [PyPy](https://pypy.org)
- python-setuptools, python-distutils or python3-setuptools for installation from source
Optional: