Skip to content

Commit 7b75668

Browse files
committed
Add newsfragment, fix typo
1 parent 0a10ae8 commit 7b75668

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

newsfragments/121.misc.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
``trio-asyncio`` now requires Trio 0.22 and does not produce deprecation warnings.
2+
Support for Python < 3.7 has been removed. The test suite now passes on CPythons
3+
through 3.12.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
install_requires=[
6666
"trio >= 0.22.0",
6767
"outcome",
68-
"sniffio >= 1.3.0",
68+
"sniffio",
6969
"exceptiongroup >= 1.0.0rc9; python_version < '3.11'",
70-
]
70+
],
7171
# This means, just install *everything* you see under trio/, even if it
7272
# doesn't look like a source file, so long as it appears in MANIFEST.in:
7373
include_package_data=True,

0 commit comments

Comments
 (0)