File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ Release history
55
66.. towncrier release notes start
77
8+ sniffio 1.3.0 (2022-09-01)
9+ --------------------------
10+
11+ Features
12+ ~~~~~~~~
13+
14+ - Add support for Python 3.9 and 3.10. (`#29 <https://github.com/python-trio/outcome/pull/29 >`__)
15+ - Provide ``sniffio.thread_local.name `` for coroutine libraries to set (`#23 <https://github.com/python-trio/outcome/pull/23 >`__)
16+
17+
18+ Deprecations and Removals
19+ ~~~~~~~~~~~~~~~~~~~~~~~~~
20+
21+ - Drop support for Python 3.5 and 3.6. (`#29 <https://github.com/python-trio/outcome/pull/29 >`__)
22+
23+
824sniffio 1.2.0 (2020-10-11)
925--------------------------
1026
Original file line number Diff line number Diff line change 1515 license = "MIT OR Apache-2.0" ,
1616 packages = find_packages (),
1717 package_data = {"sniffio" : ["py.typed" ]},
18- install_requires = ["contextvars >= 2.1; python_version < '3.7'" ],
1918 keywords = [
2019 "async" ,
2120 "trio" ,
Original file line number Diff line number Diff line change 11# This file is imported from __init__.py and exec'd from setup.py
22
3- __version__ = "1.2 .0+dev"
3+ __version__ = "1.3 .0+dev"
You can’t perform that action at this time.
0 commit comments