File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 2.0.0-dev
5- ---------
4+ 2.0.0 (2021-06-27)
5+ ------------------
66
77**API Changes **
88
9+ - Python 3.6 is the minimal support Python version.
10+ - Support for Python 3.7 has been added.
11+ - Support for Python 3.8 has been added.
12+ - Support for Python 3.9 has been added.
913- Support for Python 2.7 has been removed.
1014- Support for Python 3.3 has been removed.
1115- Support for Python 3.4 has been removed.
1216- Support for Python 3.5 has been removed.
1317- Support for PyPy (Python 2.7 compatible) has been removed.
14- - Support for Python 3.8 has been added.
15- - Support for Python 3.9 has been added.
1618- Add type hints throughout and support PEP 561 via a py.typed
1719 file. This should allow projects to type check their usage of this dependency.
1820- Throw ``TypeError `` when creating a priority tree with a ``maximum_streams ``
Original file line number Diff line number Diff line change 1616)
1717
1818
19- __version__ = "2.0.0+dev "
19+ __version__ = "2.0.0"
You can’t perform that action at this time.
0 commit comments