aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2022-05-29 10:02:33 +0200
committermrbean-bremen <mrbean-bremen@users.noreply.github.com>2022-05-30 12:45:17 +0200
commit8c4f4098ab6e7c36a72bf9bea623c70604dd695f (patch)
tree88477ba04169787bfc7c4d7aa93bf57e6dc811dc /README.md
parent2d4d30cb64ca42fe198df9fc92db877aa5621b44 (diff)
downloadpyfakefs-8c4f4098ab6e7c36a72bf9bea623c70604dd695f.tar.gz
Remove support for Python 3.6
- remove Python 3.6 from CI, adapt documentation - remove stat_float_times (deprecated since 3.3, removed in 3.7)
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 559cb12..5edfb07 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ using convenience functions.
## Compatibility
-pyfakefs works with CPython 3.6 and above, on Linux, Windows and OSX
+pyfakefs works with CPython 3.7 and above, on Linux, Windows and OSX
(MacOS), and with PyPy3.
pyfakefs works with [pytest](http://doc.pytest.org) version 3.0.0 or above.
@@ -60,7 +60,7 @@ For example, pyfakefs will not work with [`lxml`](http://lxml.de/). In this cas
### Continuous integration
pyfakefs is currently automatically tested on Linux, MacOS and Windows, with
-Python 3.6 to 3.10, and with PyPy3 on Linux, using
+Python 3.7 to 3.10, and with PyPy3 on Linux, using
[GitHub Actions](https://github.com/jmcgeheeiv/pyfakefs/actions).
### Running pyfakefs unit tests