We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc3162 commit a41a03dCopy full SHA for a41a03d
CHANGES.md
@@ -3,6 +3,10 @@ The released versions correspond to PyPi releases.
3
4
## Unreleased
5
6
+## [Version 4.6.0](https://pypi.python.org/pypi/pyfakefs/4.6.0) (2022-07-12)
7
+Adds support for Python 3.11, removes support for Python 3.6, changes root
8
+path behavior under Windows.
9
+
10
### Changes
11
* Python 3.6 has reached its end of life on 2021/12/23 and is no
12
longer officially supported by pyfakefs
pyfakefs/_version.py
@@ -1 +1 @@
1
-__version__ = '4.6.dev0'
+__version__ = '4.7.dev0'
0 commit comments