aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn McGehee <jmcgeheeiv@users.noreply.github.com>2017-11-12 16:19:09 -0800
committerGitHub <noreply@github.com>2017-11-12 16:19:09 -0800
commit850a3e63d9bf8ac9d6f57fa0a627fb5aaf2a1858 (patch)
tree752cd67d381e8fa15bd73ccfdca674c4267c0d7e /README.md
parentafd70f236cef4e693a3f83ddb546683c0d6825cf (diff)
downloadpyfakefs-850a3e63d9bf8ac9d6f57fa0a627fb5aaf2a1858.tar.gz
Remove claim of Python 2.6 support
Python 2.6 will not be supported in upcoming pyfakefs version 3.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e028ffe..9fac3a8 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ The following modules and functions can be patched:
## Installation
### Compatibility
-pyfakefs works with CPython 2.6, 2.7, 3.3 and above, on Linux, Windows and OSX (MacOS), and with PyPy2 and PyPy3.
+pyfakefs works with CPython 2.7, 3.3 and above, on Linux, Windows and OSX (MacOS), and with PyPy2 and PyPy3.
pyfakefs works with [PyTest](http://doc.pytest.org) version 2.8.6 or above.
@@ -140,7 +140,7 @@ For example, pyfakefs will not work with [`lxml`](http://lxml.de/). In this cas
### Continuous integration
pyfakefs is currently automatically tested:
-* On Linux, with Python 2.6, 2.7, 3.3 and above using [Travis](https://travis-ci.org/jmcgeheeiv/pyfakefs).
+* On Linux, with Python 2.7, 3.3 and above using [Travis](https://travis-ci.org/jmcgeheeiv/pyfakefs).
The Linux build is currently [![Build Status](https://travis-ci.org/jmcgeheeiv/pyfakefs.svg)](https://travis-ci.org/jmcgeheeiv/pyfakefs).
* On MacOS, with Python 3.4 and 3.6
* On Windows, with Python 2.7, 3.3 and 3.6 using [Appveyor](https://ci.appveyor.com/project/jmcgeheeiv/pyfakefs).