aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2021-05-23 18:31:57 +0200
committermrbean-bremen <mrbean-bremen@users.noreply.github.com>2021-05-24 09:01:47 +0200
commit40e695e559cc5284c62e999b45a6139318b6941a (patch)
treea6fe9d8dd0ad49d7cff09a9669c4461926319699 /README.md
parent8366384aab68ae3fe6571edd9987cf3cbdb93cd1 (diff)
downloadpyfakefs-40e695e559cc5284c62e999b45a6139318b6941a.tar.gz
Remove support for Python 3.5
- Python 3.5 had EOL 09/2020, and had already been removed from CI tests - Python 3.5 does not fully support typing - some minor usage documentation fixes
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 0bea2fe..e5e7254 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ using convenience functions.
## Compatibility
-pyfakefs works with CPython 3.5 and above, on Linux, Windows and OSX
+pyfakefs works with CPython 3.6 and above, on Linux, Windows and OSX
(MacOS), and with PyPy3.
pyfakefs works with [PyTest](http://doc.pytest.org) version 2.8.6 or above.