aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormrbean-bremen <hansemrbean@googlemail.com>2021-05-16 16:46:12 +0200
committermrbean-bremen <mrbean-bremen@users.noreply.github.com>2021-05-17 08:01:52 +0200
commit02cb1eed98a0ffe88b5c0ffe699d5842d7f6e31d (patch)
tree910ae3e1e649d65bd0a74702bab6ff695263d544 /README.md
parenta8a70bb7746ba24aa60c9915311e1ff5b402146c (diff)
downloadpyfakefs-02cb1eed98a0ffe88b5c0ffe699d5842d7f6e31d.tar.gz
Add support for some Python 3.10 changes
- new strict argument for os.path.realpath() - new follow_symlinks argument for pathlib.Path.chmod() - new method pathlib.Path.hardlink_to - new 'newline' argument in pathlib.Path.write_text()
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 135a7a4..0bea2fe 100644
--- a/README.md
+++ b/README.md
@@ -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.9, and with PyPy3 on Linux, using
+Python 3.6 to 3.10, and with PyPy3 on Linux, using
[GitHub Actions](https://github.com/jmcgeheeiv/pyfakefs/actions).
### Running pyfakefs unit tests