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 0a10ae8 commit 7b75668Copy full SHA for 7b75668
newsfragments/121.misc.rst
@@ -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
@@ -65,9 +65,9 @@
65
install_requires=[
66
"trio >= 0.22.0",
67
"outcome",
68
- "sniffio >= 1.3.0",
+ "sniffio",
69
"exceptiongroup >= 1.0.0rc9; python_version < '3.11'",
70
- ]
+ ],
71
# This means, just install *everything* you see under trio/, even if it
72
# doesn't look like a source file, so long as it appears in MANIFEST.in:
73
include_package_data=True,
0 commit comments